aboutsummaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorHans Johnson <hans-johnson@uiowa.edu>2016-07-29 06:14:21 -0500
committerHans Johnson <hans-johnson@uiowa.edu>2016-07-29 06:14:21 -0500
commit48c7d20c424f3b1de3c06f53cd0d914c5cfe42d7 (patch)
tree6d5c2402738780440abbcdb9eae3fa035d3c08c2 /CTestCustom.cmake.in
parentc6e24106168f718376372fb85e8ef4b232412903 (diff)
COMP: Ignore nfs future file modification warning
Many NFS mount points are slightly out of sync with the build computer. This cuases warnings that are not related to the actual codebase.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 5fc823a7..45fb1ccd 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -41,6 +41,9 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# Warnings caused by string truncation in the test code. The truncation is
# intentional
"Character string truncated to length 1 on assignment"
+
+ # Warnings caused by NFS build directories have out-of-sync times
+ "Warning: File .* has modification time .* in the future"
)
# Only rung post test if suitable python interpreter was found