Skip to content

Commit 352fe2a

Browse files
committedDec 3, 2014
CTest retry submit to dashboard when failed
1 parent 3e6d784 commit 352fe2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎qgis-test-travis.ctest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ IF(NOT ${TESTRES} EQUAL 0)
4141
MESSAGE( FATAL_ERROR "Test failed." )
4242
ENDIF(NOT ${TESTRES} EQUAL 0)
4343

44-
ctest_submit ()
44+
ctest_submit (RETRY_COUNT 3 RETRY_DELAY 30)
45+
4546

0 commit comments

Comments
 (0)
Please sign in to comment.