diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-13 22:20:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-13 22:20:09 +0200 |
| commit | 47b82590f5d1538b599e323daa5e0c792e4d4695 (patch) | |
| tree | fba8633551a24c750b3b0a4e6b8cc4707489b304 | |
| parent | a5d355683e577f018ceba2fbfdfac98bcc88bb48 (diff) | |
In-line run of subs_in_out so that it gets the environment more easily.v1.8.100
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ fi $dcpinfo -s $private/data/JourneyToJah_TLR-1_F_EN-DE-FR_CH_51_2K_LOK_20140225_DGL_SMPTE_OV >> $work/jah.log # Parse some problematic subs and check that we get it right -run/test/subs_in_out $private/TunaBoat_Icelandic_Reel1_V1_8sec.xml > $work/tuna.xml +build/test/subs_in_out $private/TunaBoat_Icelandic_Reel1_V1_8sec.xml > $work/tuna.xml diff -q $private/TunaBoat_Icelandic_Reel1_V1_8sec.parsed.xml $work/tuna.xml if [ "$?" != "0" ]; then echo "FAIL: output of parse check 1 invalid" |
