From 7dae2191e8311269d2aa97c285a181d62acf978e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Wed, 8 Nov 2023 17:37:28 +0100 Subject: [PATCH] Fix typos --- golang.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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