This commit is contained in:
Maxime Gimeno 2021-07-23 14:18:13 +02:00
parent 4635ac2e15
commit 5a20cf1c94
1 changed files with 3 additions and 4 deletions

View File

@ -643,6 +643,7 @@ if [ -f '${LIST_TEST_PACKAGES}' ]; then
touch "${CGAL_BINARY_DIR}/test/\${PACKAGE}/skipped" touch "${CGAL_BINARY_DIR}/test/\${PACKAGE}/skipped"
fi fi
fi fi
done done
else else
@ -770,7 +771,6 @@ run_test_on_host()
fi fi
for PLATFORM in ${PLATFORMS}; do for PLATFORM in ${PLATFORMS}; do
run_test_on_host_and_platform "${HOST}" "${PLATFORM}" run_test_on_host_and_platform "${HOST}" "${PLATFORM}"
publish_results "${HOST}" "${PLATFORM}" publish_results "${HOST}" "${PLATFORM}"
done done
@ -988,4 +988,3 @@ rm -f "$LOCK_FILE";
## Local Variables: ## Local Variables:
## sh-basic-offset: 2 ## sh-basic-offset: 2
## End: ## End: