blob: f691316ccfda58bdcc59863c64f0d260d5a3587d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- testsuite/testsuite.sh.orig 2021-02-04 00:41:47 UTC
+++ testsuite/testsuite.sh
@@ -97,7 +97,7 @@ for opt; do
esac
done
-if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi"; fi
+if [ "x$tests" = "x" ]; then tests="sanity gna vests synth vpi"; fi
echo "> tests: $tests"
echo "> args: $@"
|