mirror of
https://github.com/frej/fast-export.git
synced 2026-06-20 16:40:23 +02:00
CI: Add tests to avoid a repeat of #328
Extend tests to cover the file content filter example plugins in order to avoid a repeat of #328.
This commit is contained in:
@@ -25,7 +25,9 @@ git_convert() {
|
||||
cd "$2" &&
|
||||
hg-fast-export.sh --repo "../$1" \
|
||||
-s --hgtags -n \
|
||||
--plugin ../../plugins/rename_file_test_plugin
|
||||
--plugin ../../plugins/rename_file_test_plugin \
|
||||
--plugin dos2unix \
|
||||
--plugin shell_filter_file_contents=../../plugins/id
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
2
t/plugins/id
Executable file
2
t/plugins/id
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
cat
|
||||
Reference in New Issue
Block a user