Commit 2c2676b7 authored by Stephane ALBERT's avatar Stephane ALBERT
Browse files

ENH: CI: Changed testing failure from ERROR to WARNING level.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -158,7 +158,7 @@ ctest_test(PARALLEL_LEVEL 8 ...@@ -158,7 +158,7 @@ ctest_test(PARALLEL_LEVEL 8
) )
if ( NOT _test_rv EQUAL 0 ) if ( NOT _test_rv EQUAL 0 )
message( SEND_ERROR "An error occurs during ctest_test.") message( WARNING "Some tests have failed.")
endif() endif()
ctest_submit() ctest_submit()
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment