From b26196be09519fc32a8b348e02678e75f1164e6a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 22 Oct 2019 01:54:43 +0200 Subject: re-implement compare-results.sh as compare-results.py The compare-results.sh is annoyingly slow. Since our ttcn3 tests containers support Python 2, re-implement in Python for much quicker evaluation. Change-Id: I0747c9d66ffc7e4121497a2416fca78d7b56c8e6 --- start-testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start-testsuite.sh') diff --git a/start-testsuite.sh b/start-testsuite.sh index e5bc7563..a6380b73 100755 --- a/start-testsuite.sh +++ b/start-testsuite.sh @@ -60,7 +60,7 @@ if [ ! -f "$last_log" ]; then exit 1 fi -compare="$SUITE_DIR/../compare-results.sh" +compare="$SUITE_DIR/../compare-results.py" if [ ! -x "$compare" ]; then echo "ERROR: cannot find $compare" exit 1 -- cgit v1.2.3