COMP: Ignore nfs future file modification warning
authorHans Johnson <hans-johnson@uiowa.edu>
Fri, 29 Jul 2016 11:14:21 +0000 (06:14 -0500)
committerHans Johnson <hans-johnson@uiowa.edu>
Fri, 29 Jul 2016 11:14:21 +0000 (06:14 -0500)
Many NFS mount points are slightly out of sync with
the build computer.  This cuases warnings that are
not related to the actual codebase.

CTestCustom.cmake.in

index 5fc823a..45fb1cc 100644 (file)
@@ -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