1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 13:21:13 +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

View File

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