aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2001-03-26 21:01:48 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2001-03-26 21:01:48 +0000
commit961fb16406c824cc7e32d9d5133a1859bc4b1ed6 (patch)
tree45e53d4fb7cefb54c85d3f2e2f35afa33088a25f /test
parent4fe7022285df1d103a666cb61e1b3b6c610b3b78 (diff)
Set the IO::out_fileinfo parameter to "none" to omit file info output
to testsuite output files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@182 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'test')
-rw-r--r--test/test_recover.par4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_recover.par b/test/test_recover.par
index 8247ceb..a4e29b3 100644
--- a/test/test_recover.par
+++ b/test/test_recover.par
@@ -33,3 +33,7 @@ IO::recovery_dir = "../../arrangements/CactusPUGHIO/IOFlexIO/test/"
# Note that this parameter is restored to "yes" during parameter recovery.
# Since we don't need to checkpoint twice it is explicitely disabled here.
IO::checkpoint_ID = "no"
+
+# disable output of file information (parameter filename, creation date)
+# because this could cause diffs when running the testsuite
+IO::out_fileinfo = "none"