1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 15:12:30 +02:00

Remove verbosity from script

Users of this script shoud set it from outside:
`VERBOSE=1 bash -x scrpts/test_integration.sh`
This commit is contained in:
Guillaume Chatelet 2019-01-21 10:19:21 +01:00 committed by GitHub
parent 4155ee7e36
commit 6984510879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,6 @@ ENVIRONMENTS="
set_mips
"
set -x
set -e
CMAKE_GENERATOR="Ninja"