Skip to content

Commit

Permalink
[Template merge] fix generate morph test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 25, 2024
1 parent 9a40796 commit d13ba0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-morph-tester.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ abs_srcdir=$(cd $srcdir && pwd)
# remaining intervening dirs equals the path to the fst dir as long as the
# directory structure within $GTLANG/test/ mirrors the structure of the other
# directories - this mirroring thus becomes imperative for the yaml testing:
fstdir=${abs_srcdir:${#roottestdir}:${#roottestdir}}
fstdir=${abs_srcdir:${#roottestdir}:${#roottestdir}}/fst/

# The analyser files are built $relpath relative to the test dir, one further
# dir up, and then in the identified fst dir (see above):
Expand Down

0 comments on commit d13ba0a

Please sign in to comment.