We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55561aa commit 792d5f6Copy full SHA for 792d5f6
roottest/root/meta/ROOT-7462/CMakeLists.txt
@@ -28,5 +28,7 @@ ROOTTEST_ADD_TEST(InvalidDeclRecoveryCI
28
MACRO execInvalidDeclRecoveryCI.C
29
OUTREF execInvalidDeclRecoveryCI.ref)
30
31
+# This tests intentionally output error message about failed interpreter
32
+# compilation, so we do not record the log and only check the exit code.
33
ROOTTEST_ADD_TEST(InvalidDeclRecovery
34
MACRO runInvalidDeclRecovery.C)
0 commit comments