Fix typos
This commit is contained in:
parent
0465580ff3
commit
7dae2191e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user