Fix typos
This commit is contained in:
parent
0465580ff3
commit
7dae2191e8
@ -530,7 +530,7 @@ export GO_TEST_RUN=""
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{fail_on_tests}
|
%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}
|
%if %{fips}
|
||||||
# tested25519vectors needs network connectivity but it should be cover by
|
# 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
|
# run all crypto tests but skip tls, we will run fips specific tls tests later
|
||||||
go test $(go list ./... | grep -v tls) -v
|
go test $(go list ./... | grep -v tls) -v
|
||||||
# check that signature functions have parity between boring and notboring
|
# 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
|
popd
|
||||||
# run all fips specific tls tests
|
# run all fips specific tls tests
|
||||||
pushd crypto/tls
|
pushd crypto/tls
|
||||||
|
Loading…
Reference in New Issue
Block a user