From 961fb16406c824cc7e32d9d5133a1859bc4b1ed6 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 26 Mar 2001 21:01:48 +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/IOFlexIO/trunk@182 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- test/test_recover.par | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') 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" -- cgit v1.2.3