File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,18 @@ ${CTEST_BINARY_DIRECTORY}/CMakeCache.txt
3232ctest_start(Experimental)
3333ctest_build (BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE BUILDRES)
3434IF(NOT ${BUILDRES} EQUAL 0)
35- # ctest_submit ()
35+ ctest_submit ()
3636 MESSAGE( FATAL_ERROR "Build failed." )
3737ENDIF(NOT ${BUILDRES} EQUAL 0)
3838ctest_test (BUILD "${CTEST_BINARY_DIRECTORY}" PARALLEL_LEVEL 2 RETURN_VALUE TESTRES)
3939IF(NOT ${TESTRES} EQUAL 0)
40- # ctest_submit ()
40+ ctest_submit ()
4141 MESSAGE( FATAL_ERROR "Test failed." )
4242ENDIF(NOT ${TESTRES} EQUAL 0)
4343
44- # ctest_submit (RETRY_COUNT 3 RETRY_DELAY 30)
44+ ctest_submit (RETRY_COUNT 3 RETRY_DELAY 30)
4545# CDash on OTB requires the date to be set for the search to work and that's the timezone this requires
4646SET(ENV{TZ} "UTC-6")
4747EXECUTE_PROCESS(COMMAND date +%Y-%m-%d OUTPUT_VARIABLE CDASH_DATE)
48- # MESSAGE("Test results submitted to\n http://dash.orfeo-toolbox.org/queryTests.php?project=QGIS&date=${CDASH_DATE}&filtercount=1&field1=buildname/string&compare1=63&value1=$ENV{TRAVIS_COMMIT}" )
48+ MESSAGE("Test results submitted to\n http://dash.orfeo-toolbox.org/queryTests.php?project=QGIS&date=${CDASH_DATE}&filtercount=1&field1=buildname/string&compare1=63&value1=$ENV{TRAVIS_COMMIT}" )
4949
You can’t perform that action at this time.
0 commit comments