From 3be382a3a62c0da85169f8b1766ddf6d38d24bab Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 2 Oct 2008 07:42:33 +0000 Subject: [PATCH] Bug fix: results were incorrectly collected and published twice: once just after the libraries compilation, and once after the tests suite has run. --- Scripts/developer_scripts/autotest_cgal_with_cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/Scripts/developer_scripts/autotest_cgal_with_cmake b/Scripts/developer_scripts/autotest_cgal_with_cmake index 9410977cba0..037fd6ad445 100755 --- a/Scripts/developer_scripts/autotest_cgal_with_cmake +++ b/Scripts/developer_scripts/autotest_cgal_with_cmake @@ -732,7 +732,6 @@ run_test() for HOST in ${BUILD_HOSTS}; do run_test_on_host ${HOST} & - publish_results "${HOST}" "${PLATFORM}" done }