aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-12-29 00:27:07 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2020-12-29 00:27:43 +0100
commitd855ec403d4e6cb7d88d58c9a54f7a157a7d02fe (patch)
tree306bc04b903663b96dd2a8b861105d385097d347 /testsuite
parente644242c534e76bcd066edcb48880f85b6c49f53 (diff)
downloadghdl-d855ec403d4e6cb7d88d58c9a54f7a157a7d02fe.tar.gz
ghdl-d855ec403d4e6cb7d88d58c9a54f7a157a7d02fe.tar.bz2
ghdl-d855ec403d4e6cb7d88d58c9a54f7a157a7d02fe.zip
testuite: run pyunit from the root of the repo
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/pyunit/testsuite.sh4
1 files 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