diff --git a/golang.spec b/golang.spec index eb24590..6442a61 100644 --- a/golang.spec +++ b/golang.spec @@ -530,7 +530,7 @@ export GO_TEST_RUN="" %endif %if %{fail_on_tests} - ./run.bash --no-rebuild -v -v -v -k $go_test_run + ./run.bash --no-rebuild -v -v -v -k $GO_TEST_RUN %if %{fips} # tested25519vectors needs network connectivity but it should be cover by @@ -543,7 +543,7 @@ export GO_TEST_RUN="" # run all crypto tests but skip tls, we will run fips specific tls tests later go test $(go list ./... | grep -v tls) -v # check that signature functions have parity between boring and notboring - cgo_enabled=0 go test $(go list ./... | grep -v tls) -v + CGO_ENABLED=0 go test $(go list ./... | grep -v tls) -v popd # run all fips specific tls tests pushd crypto/tls