aboutsummaryrefslogtreecommitdiff
path: root/test/test_recover.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_recover.par')
-rw-r--r--test/test_recover.par5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_recover.par b/test/test_recover.par
index 01f03dc..bd1f24b 100644
--- a/test/test_recover.par
+++ b/test/test_recover.par
@@ -23,7 +23,7 @@ IO::recover = "manual"
IO::recover_file = "WavetoyID.chkpt.it_0"
# ... to be found in directory ...
-IO::recovery_dir = "../../../arrangements/CactusPUGHIO/IOFlexIO/test/"
+IO::recover_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.
@@ -32,3 +32,6 @@ 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"
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no"