Skip to content

Commit

Permalink
path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed May 16, 2024
1 parent 2ead6f5 commit 03a4487
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/fst/test/run-gt-desc.Latn-yaml-testcases.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ yaml_file_subdir=gt-desc.Latn-yamls

####### Include/source helper script from dir above - DO NOT CHANGE: ########
# Relative path from test script to test runner:
testrunner="../run-yaml-testcases.sh"
source $testrunner $transducer $yaml_file_subdir $halftest
testrunner="../../../test/run-yaml-testcases.sh"
source $testrunner $transducer $yaml_file_subdir ../../../test $halftest
4 changes: 2 additions & 2 deletions src/fst/test/run-gt-desc.Teng-yaml-testcases.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ yaml_file_subdir=gt-desc.Teng-yamls

####### Include/source helper script from dir above - DO NOT CHANGE: ########
# Relative path from test script to test runner:
testrunner="../run-yaml-testcases.sh"
source $testrunner $transducer $yaml_file_subdir $halftest
testrunner="../../../test/run-yaml-testcases.sh"
source $testrunner $transducer $yaml_file_subdir ../../../test $halftest
4 changes: 2 additions & 2 deletions src/fst/test/run-gt-norm.Latn-yaml-testcases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ yaml_file_subdir=gt-norm.Latn-yamls

####### Include/source helper script from dir above - DO NOT CHANGE: ########
# Relative path from test script to test runner:
testrunner="../run-yaml-testcases.sh"
source $testrunner $transducer $yaml_file_subdir $halftest
testrunner="../../../test/run-yaml-testcases.sh"
source $testrunner $transducer $yaml_file_subdir ../../../test $halftest
4 changes: 2 additions & 2 deletions src/fst/test/run-gt-norm.Teng-yaml-testcases.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ yaml_file_subdir=gt-norm.Teng-yamls

####### Include/source helper script from dir above - DO NOT CHANGE: ########
# Relative path from test script to test runner:
testrunner="../run-yaml-testcases.sh"
source $testrunner $transducer $yaml_file_subdir $halftest
testrunner="../../../test/run-yaml-testcases.sh"
source $testrunner $transducer $yaml_file_subdir ../../../test $halftest

0 comments on commit 03a4487

Please sign in to comment.