Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CTest retry submit to dashboard when failed
  • Loading branch information
m-kuhn committed Dec 3, 2014
1 parent 3e6d784 commit 352fe2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qgis-test-travis.ctest
Expand Up @@ -41,5 +41,6 @@ IF(NOT ${TESTRES} EQUAL 0)
MESSAGE( FATAL_ERROR "Test failed." )
ENDIF(NOT ${TESTRES} EQUAL 0)

ctest_submit ()
ctest_submit (RETRY_COUNT 3 RETRY_DELAY 30)


0 comments on commit 352fe2a

Please sign in to comment.