From 6810636f8838cb696626fbf2650d7da3d35e2b98 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 26 Mar 2001 21:02:21 +0000 Subject: 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 --- test/test_recover.par | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/test_recover.par') 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" -- cgit v1.2.3