We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e2410 commit 48c7d20Copy full SHA for 48c7d20
CTestCustom.cmake.in
@@ -41,6 +41,9 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
41
# Warnings caused by string truncation in the test code. The truncation is
42
# intentional
43
"Character string truncated to length 1 on assignment"
44
+
45
+ # Warnings caused by NFS build directories have out-of-sync times
46
+ "Warning: File .* has modification time .* in the future"
47
)
48
49
# Only rung post test if suitable python interpreter was found
0 commit comments