aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2001-03-26 21:02:21 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2001-03-26 21:02:21 +0000
commit6810636f8838cb696626fbf2650d7da3d35e2b98 (patch)
tree6f7a88b97f0d97b2981565ea2db304048e96d096 /test
parentef42fca9da45968699d21a3589a6e41a0547fef8 (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/IOHDF5/trunk@50 4825ed28-b72c-4eae-9704-e50c059e567d
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 e15be11..5508769 100644
--- a/test/test_recover.par
+++ b/test/test_recover.par
@@ -33,3 +33,7 @@ IO::recovery_dir = "../../arrangements/AlphaThorns/IOHDF5/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"