summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 8d6e75b..e828c67 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -10,7 +10,7 @@ for input in *.ml; do
name="${input%\.ml}"
output="$tmp/${input/ml/output}"
- if ../tamasheq -denv -o "$tmp" "$input" > "$output" 2>&1; then
+ if ../tamasheq -denv -o "$tmp" "$input" -t > "$output" 2>&1; then
if cmp -s "$expected" "$output"; then
printf "%-20s\tSUCCESS\n" "$name" >&2
rm "$tmp/$name"*