diff options
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/run_tests.sh b/run_tests.sh deleted file mode 100755 index 1b220b0..0000000 --- a/run_tests.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -# The "tr" command fixes the ^M characters in the output. -cd test -./test_suite.sh 2>&1 | tr '\r' '\n' > test.log -cat test.log | grep -q 'success rate: 100%' |