File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ ROOTTEST_ADD_TEST(execStatusBitsCheck
4242 )
4343
4444add_test (NAME root_exe_exitStatus COMMAND $<TARGET_FILE :root .exe > "-e invalid" "--no_exist" )
45- set_property (TEST root_exe_exitStatus PROPERTY WILL_FAIL True )
45+ set_tests_properties (root_exe_exitStatus PROPERTIES
46+ WILL_FAIL True
47+ ENVIRONMENT ROOTIGNOREPREFIX=1)
4648add_test (NAME root_exe_errorMessage COMMAND $<TARGET_FILE :root .exe > "-e invalid" "--no_exist" )
47- set_property (TEST root_exe_errorMessage PROPERTY
48- PASS_REGULAR_EXPRESSION "root: unrecognized option '-e invalid'.*--no_exist.*Try 'root --help'" )
49+ set_tests_properties (root_exe_errorMessage PROPERTIES
50+ PASS_REGULAR_EXPRESSION "root: unrecognized option '-e invalid'.*--no_exist.*Try 'root --help'"
51+ ENVIRONMENT ROOTIGNOREPREFIX=1)
You can’t perform that action at this time.
0 commit comments