summaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/ngram_test.sh
diff options
context:
space:
mode:
authorVegard Sjonfjell <vegardsjo@gmail.com>2016-06-28 13:20:00 +0200
committerGitHub <noreply@github.com>2016-06-28 13:20:00 +0200
commit7824d2b515cba557c9c4028591ede0b4b9256b77 (patch)
tree888581b502ba64706658ead749492708927d1b8a /fsa/src/alltest/ngram_test.sh
parent3962f601fa92e8aba19e3efc230840b9f4f5a5a7 (diff)
Fail test scripts on first error (#194)
* Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
Diffstat (limited to 'fsa/src/alltest/ngram_test.sh')
-rwxr-xr-xfsa/src/alltest/ngram_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/fsa/src/alltest/ngram_test.sh b/fsa/src/alltest/ngram_test.sh
index 85559d6e391..6116737c5fa 100755
--- a/fsa/src/alltest/ngram_test.sh
+++ b/fsa/src/alltest/ngram_test.sh
@@ -1,3 +1,4 @@
#!/bin/bash
+set -e
./fsa_ngram_test_app > ngram_test.output
diff ngram_test.output ngram_test.out