mirror of https://github.com/CGAL/cgal
Rename scripts
This commit is contained in:
parent
6b9e918cc1
commit
61a9c78036
|
|
@ -278,7 +278,7 @@ for HOST in ${BUILD_HOSTS}; do
|
||||||
docker run --rm -t -e HOST="${HOST}" -v ${CGAL_HOME}/ssh:/tmp_ssh -v ${DEPS_DIR}:/deps -v ${CGAL_HOME}:/cgal_root -v${CGAL_DIR}:/cgal_root/CGAL-git cgal/testsuite-docker:debian-stable-cross-compilation-for-arm
|
docker run --rm -t -e HOST="${HOST}" -v ${CGAL_HOME}/ssh:/tmp_ssh -v ${DEPS_DIR}:/deps -v ${CGAL_HOME}:/cgal_root -v${CGAL_DIR}:/cgal_root/CGAL-git cgal/testsuite-docker:debian-stable-cross-compilation-for-arm
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
HOST=$HOST bash -$- ${CGAL_DIR}/${SCRIPTS_DIR}developer_scripts/run_testsuite_with_cmake
|
HOST=$HOST bash -$- ${CGAL_DIR}/${SCRIPTS_DIR}developer_scripts/run_testsuite_with_ctest
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -328,7 +328,7 @@ run_test_on_platform()
|
||||||
cat "${CGAL_BINARY_DIR}/package_installation.log" >> "Installation/${TEST_REPORT}"
|
cat "${CGAL_BINARY_DIR}/package_installation.log" >> "Installation/${TEST_REPORT}"
|
||||||
|
|
||||||
#call the python script to complete the results report.
|
#call the python script to complete the results report.
|
||||||
python3 ${CGAL_DIR}/${TESTSUITE_DIR}test/get_deactivated_packages_info.py Installation/${TEST_REPORT} ${TEST_REPORT} results_${CGAL_TESTER}_${PLATFORM}.txt
|
python3 ${CGAL_DIR}/${TESTSUITE_DIR}test/post_process_ctest_results.py Installation/${TEST_REPORT} ${TEST_REPORT} results_${CGAL_TESTER}_${PLATFORM}.txt
|
||||||
rm -f $OUTPUT_FILE $OUTPUT_FILE.gz
|
rm -f $OUTPUT_FILE $OUTPUT_FILE.gz
|
||||||
if [ -n "${SCRIPTS_DIR}" ]; then
|
if [ -n "${SCRIPTS_DIR}" ]; then
|
||||||
rm ../../../../../.scm-branch
|
rm ../../../../../.scm-branch
|
||||||
Loading…
Reference in New Issue