From e18913d175cf1f21b1a8393e45c188342370b160 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 24 Aug 2021 12:45:38 +0200 Subject: Tests: started to replace the test system - moving from shell scripts to Ruby tests --- run_tests.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 run_tests.sh (limited to 'run_tests.sh') 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%' -- cgit v1.2.3