Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/cad/ghdl/files/patch-testsuite_testsuite.sh
16166 views
1
--- testsuite/testsuite.sh.orig 2021-02-04 00:41:47 UTC
2
+++ testsuite/testsuite.sh
3
@@ -97,7 +97,7 @@ for opt; do
4
esac
5
done
6
7
-if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi"; fi
8
+if [ "x$tests" = "x" ]; then tests="sanity gna vests synth vpi"; fi
9
10
echo "> tests: $tests"
11
echo "> args: $@"
12
13