File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,10 @@ ROOTTEST_ADD_TEST(StatusBitsCheck
3333 OUTREF execStatusBitsCheck.ref )
3434
3535add_test (NAME root_exe_exitStatus COMMAND $<TARGET_FILE :root .exe > "-e invalid" "--no_exist" )
36- set_property (TEST root_exe_exitStatus PROPERTY WILL_FAIL True )
36+ set_tests_properties (root_exe_exitStatus PROPERTIES
37+ WILL_FAIL True
38+ ENVIRONMENT ROOTIGNOREPREFIX=1)
3739add_test (NAME root_exe_errorMessage COMMAND $<TARGET_FILE :root .exe > "-e invalid" "--no_exist" )
38- set_property (TEST root_exe_errorMessage PROPERTY
39- PASS_REGULAR_EXPRESSION "root: unrecognized option '-e invalid'.*--no_exist.*Try 'root --help'" )
40+ set_tests_properties (root_exe_errorMessage PROPERTIES
41+ PASS_REGULAR_EXPRESSION "root: unrecognized option '-e invalid'.*--no_exist.*Try 'root --help'"
42+ ENVIRONMENT ROOTIGNOREPREFIX=1)
You can’t perform that action at this time.
0 commit comments