From d855ec403d4e6cb7d88d58c9a54f7a157a7d02fe Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 29 Dec 2020 00:27:07 +0100 Subject: testuite: run pyunit from the root of the repo --- testsuite/pyunit/testsuite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/pyunit/testsuite.sh b/testsuite/pyunit/testsuite.sh index 7eac028ca..6f363bc9b 100755 --- a/testsuite/pyunit/testsuite.sh +++ b/testsuite/pyunit/testsuite.sh @@ -52,6 +52,6 @@ set -e # echo "test failed ($failures)" && exit 1 #fi -cd $(dirname "$0")/.. +cd $(dirname "$0")/../.. -python3 -m unittest pyunit +python3 -m unittest testsuite.pyunit -- cgit v1.2.3