mirror of https://github.com/CGAL/cgal
clean-up
This commit is contained in:
parent
4635ac2e15
commit
5a20cf1c94
|
|
@ -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