diff options
author | Pjotr Prins | 2021-08-24 12:45:38 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-24 12:45:38 +0200 |
commit | e18913d175cf1f21b1a8393e45c188342370b160 (patch) | |
tree | a815ed96a35f25f9fa5859bb98e0ac46f308f254 /run_tests.sh | |
parent | 71553f5e5626e1d791b5be24c84ea6b17ae81cc7 (diff) | |
download | pangemma-e18913d175cf1f21b1a8393e45c188342370b160.tar.gz |
Tests: started to replace the test system - moving from shell scripts to Ruby tests
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%' |