Skip to content
Snippets Groups Projects
Commit c8587b5e authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

TRAVIS: missing sumit after ctest test

parent 720d4f42
No related branches found
No related tags found
No related merge requests found
......@@ -85,10 +85,14 @@ if(NOT _build_rv EQUAL 0)
do_submit()
endif ()
#ctest_test with extra verbose is annoying in travis build log.
#Afer all these are unit-test without much revelent extra verbose output
execute_process(COMMAND ${CTEST_COMMAND} "-R" "Tu" "."
WORKING_DIRECTORY "${CTEST_BINARY_DIRECTORY}"
)
do_submit()
macro(do_submit)
ctest_submit()
return()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment