Skip to content

Commit

Permalink
Add missing files to dist. Do not print termination message when perf…
Browse files Browse the repository at this point in the history
…orming tokenize tests.
  • Loading branch information
eaxelson committed Dec 1, 2016
1 parent 65962bf commit fea6723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,9 @@ tokenize-backtrack.lexc \
tokenize-backtrack.pmscript \
tokenize-backtrack-out-giella-cg-spaces.strings \
tokenize-backtrack-out-giella-cg-contiguous.strings \
tokenize-backtrack-out-giella-cg.strings
tokenize-backtrack-out-giella-cg.strings \
tokenize-dog-out-giella-cg-superblank.strings \
tokenize-dog-out-giella-cg-flushing.strings


RESULT_FILES=basic.cat-dog-bird.lexc.flag.result.prolog \
Expand Down
2 changes: 1 addition & 1 deletion test/tools/tokenize-flushing-functionality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mkfifo "${to}" "${from}"
# Server:
$TOOLDIR/hfst-tokenize --giella-cg $srcdir/tokenize-dog.pmhfst <"${to}" >"${from}" &
pid=$!
trap 'kill $pid; rm -rf "${tmpd}"' EXIT
trap 'kill $pid; wait $pid 2>/dev/null; rm -rf "${tmpd}"' EXIT


# Client:
Expand Down

0 comments on commit fea6723

Please sign in to comment.