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 104d043 commit 9f319c2Copy full SHA for 9f319c2
hack/test
@@ -65,7 +65,7 @@ gotestArgs="-mod=vendor -coverprofile=/testreports/coverage-report$TEST_REPORT_S
65
66
if [[ "$GOBUILDFLAGS" == *"-race"* ]]; then
67
if [ "$CGO_ENABLED" != "1" ]; then
68
- echo>&2 "go race detector requires CGO_ENABLED=1"
+ echo >&2 "go race detector requires CGO_ENABLED=1"
69
exit 1
70
fi
71
# force buildkitd to halt on detected race conditions, which will cause the tests to fail
0 commit comments