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:
Diffstat (limited to 'scripts/run_integration.sh')
-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}
}