aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/testsuite.sh')
-rwxr-xr-xtestsuite/testsuite.sh19
1 files changed, 10 insertions, 9 deletions
diff --git a/testsuite/testsuite.sh b/testsuite/testsuite.sh
index b77ccdbc5..b46ffcdc4 100755
--- a/testsuite/testsuite.sh
+++ b/testsuite/testsuite.sh
@@ -143,15 +143,16 @@ do_pyunit () {
gstart "[GHDL - test] pyunit"
cd pyunit
- dirs=`./testsuite.sh --list-tests`
- if ./testsuite.sh > test.log 2>&1 ; then
- printf "pyunit: ${ANSI_GREEN}ok${ANSI_NOCOLOR}\n"
- # Don't disp log
- else
- printf "pyunit: ${ANSI_RED}failed${ANSI_NOCOLOR}\n"
- cat test.log
- failures="$failures"
- fi
+ ./testsuite.sh
+
+# if ./testsuite.sh > test.log 2>&1 ; then
+# printf "pyunit: ${ANSI_GREEN}ok${ANSI_NOCOLOR}\n"
+# # Don't disp log
+# else
+# printf "pyunit: ${ANSI_RED}failed${ANSI_NOCOLOR}\n"
+# cat test.log
+# failures="$failures"
+# fi
cd ..
gend