aboutsummaryrefslogtreecommitdiffstats
path: root/start-testsuite.sh
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-10-22 01:54:43 +0200
committerlaforge <laforge@osmocom.org>2019-11-23 07:59:07 +0000
commitb26196be09519fc32a8b348e02678e75f1164e6a (patch)
tree1399d361a3efa2ecf40405aa6f6c4e5671db87d9 /start-testsuite.sh
parent8df6962dec80e90aedd36984ae179d706235569c (diff)
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
Diffstat (limited to 'start-testsuite.sh')
-rwxr-xr-xstart-testsuite.sh2
1 files changed, 1 insertions, 1 deletions
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