aboutsummaryrefslogtreecommitdiff
path: root/lua/test.sh
diff options
context:
space:
mode:
authorJosh Wainwright <josh.wainwright@ldra.com>2016-04-25 15:31:12 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-04-26 09:29:35 +0200
commit164794e60fd382584cdd64808ce837b885f385c1 (patch)
tree625c0f2e5f2a4472461cb45f9b4bbe21c02ffccf /lua/test.sh
parent13499cc0d53277f7604eec2009476c1655cd8ba9 (diff)
downloadvis-164794e60fd382584cdd64808ce837b885f385c1.tar.gz
vis-164794e60fd382584cdd64808ce837b885f385c1.tar.xz
Remove .status files, just use .ref and .out pairs
Diffstat (limited to 'lua/test.sh')
-rw-r--r--lua/test.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/test.sh b/lua/test.sh
index cedad08..1455f3d 100644
--- a/lua/test.sh
+++ b/lua/test.sh
@@ -30,15 +30,6 @@ for t in $test_files; do
printf "FAIL\n"
diff -u "$t".ref "$t".out > "$t".err
fi
- elif [ -e "$t".status ]; then
- if ! grep -v true "$t".status > /dev/null; then
- printf "PASS\n"
- TESTS_OK=$((TESTS_OK + 1))
- else
- printf "FAIL\n"
- printf "%s\n" "$t" > "$t".err
- grep -vn true "$t".status >> "$t".err
- fi
else
printf "FAIL\n"
fi