We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a13a1 commit 37d2e33Copy full SHA for 37d2e33
etc/run-compile-check-test.sh
@@ -4,13 +4,13 @@
4
set -eu
5
set +x
6
7
-SUBTEST="${1:-}" # Use the default value if $1 is not set
8
-
9
-echo "Running internal/test/compilecheck"
10
-pushd internal/test/compilecheck
11
-if [ -n "$SUBTEST" ]; then
12
- GOWORK=off go test -run "$SUBTEST" -timeout 30m -v ./... >>../../../test.suite
13
-else
14
- GOWORK=off go test -timeout 30m -v ./... >>../../../test.suite
15
-fi
16
-popd
+#SUBTEST="${1:-}" # Use the default value if $1 is not set
+#
+#echo "Running internal/test/compilecheck"
+#pushd internal/test/compilecheck
+#if [ -n "$SUBTEST" ]; then
+# GOWORK=off go test -run "$SUBTEST" -timeout 30m -v ./... >>../../../test.suite
+#else
+# GOWORK=off go test -timeout 30m -v ./... >>../../../test.suite
+#fi
+#popd
0 commit comments