Skip to content

Commit 37d2e33

Browse files
GODRIVER-3493 Test why codeql is breaking
1 parent a5a13a1 commit 37d2e33

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

etc/run-compile-check-test.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
set -eu
55
set +x
66

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
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

0 commit comments

Comments
 (0)