File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,10 @@ ROOTTEST_ADD_TEST(execStatusBitsCheck
3737 )
3838
3939add_test (NAME root_exe_exitStatus COMMAND $<TARGET_FILE:root.exe> "-e invalid" "--no_exist" )
40- set_property (TEST root_exe_exitStatus PROPERTY WILL_FAIL True )
40+ set_tests_properties (root_exe_exitStatus PROPERTIES
41+ WILL_FAIL True
42+ ENVIRONMENT ROOTIGNOREPREFIX=1)
4143add_test (NAME root_exe_errorMessage COMMAND $<TARGET_FILE:root.exe> "-e invalid" "--no_exist" )
42- set_property (TEST root_exe_errorMessage PROPERTY
43- PASS_REGULAR_EXPRESSION "root: unrecognized option '-e invalid'.*--no_exist.*Try 'root --help'" )
44+ set_tests_properties (root_exe_errorMessage PROPERTIES
45+ PASS_REGULAR_EXPRESSION "root: unrecognized option '-e invalid'.*--no_exist.*Try 'root --help'"
46+ ENVIRONMENT ROOTIGNOREPREFIX=1)
You can’t perform that action at this time.
0 commit comments