mirror of https://github.com/CGAL/cgal
clean-up
This commit is contained in:
parent
4635ac2e15
commit
5a20cf1c94
|
|
@ -628,8 +628,8 @@ if [ -f '${LIST_TEST_PACKAGES}' ]; then
|
||||||
cp '${CGAL_TEST_DIR}/makefile2' '${CGAL_BINARY_DIR}/test'
|
cp '${CGAL_TEST_DIR}/makefile2' '${CGAL_BINARY_DIR}/test'
|
||||||
cp '${CGAL_TEST_DIR}/run_testsuite_with_cmake' '${CGAL_BINARY_DIR}/test'
|
cp '${CGAL_TEST_DIR}/run_testsuite_with_cmake' '${CGAL_BINARY_DIR}/test'
|
||||||
|
|
||||||
# list all packages in CGAL_TEST_DIR. If PACKAGE is found in LIST_TEST_PACKAGES,
|
# list all packages in CGAL_TEST_DIR. If PACKAGE is found in LIST_TEST_PACKAGES,
|
||||||
# copy it, else prepare for the special "skipped" case in the table.
|
# copy it, else prepare for the special "skipped" case in the table.
|
||||||
for PACKAGE in \$(ls "${CGAL_TEST_DIR}"); do
|
for PACKAGE in \$(ls "${CGAL_TEST_DIR}"); do
|
||||||
if [ -d "${CGAL_TEST_DIR}/\$PACKAGE" ]; then
|
if [ -d "${CGAL_TEST_DIR}/\$PACKAGE" ]; then
|
||||||
if source '${LIST_TEST_PACKAGES}' '${CGAL_ROOT}' | egrep -q \$PACKAGE; then
|
if source '${LIST_TEST_PACKAGES}' '${CGAL_ROOT}' | egrep -q \$PACKAGE; then
|
||||||
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue