Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2019-01-17 17:07:52 +0300
committerGuillaume Chatelet <gchatelet@google.com>2019-01-17 17:07:52 +0300
commit29148fffac7f1d25e892a2a476f6a706f6707d54 (patch)
tree3618610c8660b08df1510753b1ad03ad7592df29 /scripts
parent1ee19cd68369f7287bce24b1349f23a0e648b641 (diff)
Fix running tests
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run_integration.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/run_integration.sh b/scripts/run_integration.sh
index dfead08..f7ac962 100755
--- a/scripts/run_integration.sh
+++ b/scripts/run_integration.sh
@@ -105,7 +105,6 @@ function integrate() {
for test_binary in ${BUILD_DIR}/test/*_test; do
${RUN_CMD} ${test_binary} &
done
- wait -n
${RUN} ${DEMO}
}