From 0e3464e10d017c2ff0fdd280eeb92bf4045f4063 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 2 Jun 2023 09:45:04 +0200 Subject: [PATCH] scp the demos.tar.gz to public_html --- Scripts/developer_scripts/run_testsuite_with_ctest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/developer_scripts/run_testsuite_with_ctest b/Scripts/developer_scripts/run_testsuite_with_ctest index e6cd93cf326..7101c7462c2 100644 --- a/Scripts/developer_scripts/run_testsuite_with_ctest +++ b/Scripts/developer_scripts/run_testsuite_with_ctest @@ -273,7 +273,7 @@ publish_results() log "${ACTUAL_LOGFILE}.test.${PLATFORM}" "PUTTING RESULTS ON THE WEB" put_on_web "test_results-${HOST}_${PLATFORM}.tar.gz" "${FILENAME}" if [ -e "demos_${CGAL_TESTER}_${PLATFORM}.tar.gz" ]; then - put_on_web "demos_${CGAL_TESTER}_${PLATFORM}.tar.gz" "demos-${FILENAME}" + put_on_web "demos_${CGAL_TESTER}_${PLATFORM}.tar.gz" "public_html/demos-${FILENAME}" fi log_done "${ACTUAL_LOGFILE}" fi