diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-29 13:13:25 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-29 13:13:25 +0100 |
commit | 50adcf884c3cfa4e33ca45769295f163baa63a3e (patch) | |
tree | cc5f7f4166cc0570bda5cf2047d3ef7abbc36e37 /testsuite | |
parent | 70031378d80e3bc8c23d5a5028d226b374712fe3 (diff) | |
download | ghdl-50adcf884c3cfa4e33ca45769295f163baa63a3e.tar.gz ghdl-50adcf884c3cfa4e33ca45769295f163baa63a3e.tar.bz2 ghdl-50adcf884c3cfa4e33ca45769295f163baa63a3e.zip |
Limit to one test so CI is fine for now.
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testsuite.sh b/testsuite/testsuite.sh index ab4f2c6a6..55c2ff9fb 100755 --- a/testsuite/testsuite.sh +++ b/testsuite/testsuite.sh @@ -142,7 +142,7 @@ do_gna () { do_pyunit () { gstart "[GHDL - test] pyunit" cd .. - PYTHONPATH=$(pwd) python3 -m unittest testsuite.pyunit + PYTHONPATH=$(pwd) python3 -m unittest testsuite.pyunit.libghdl.Initialize cd testsuite gend } |