aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b9286e40-80fe-41ab-903a-d6b447012e1e>2001-03-26 21:01:00 +0000
committertradke <tradke@b9286e40-80fe-41ab-903a-d6b447012e1e>2001-03-26 21:01:00 +0000
commit008dd94e727453873e179592e3068e4cef864e5e (patch)
tree06b5b71bee2d72035acc926c5928482dde199ff1
parent32eb5f13bd6d023b515457678b3ddeb4e5919e75 (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/CactusWave/WaveBinarySource/trunk@16 b9286e40-80fe-41ab-903a-d6b447012e1e
-rw-r--r--test/test_binary_1.par3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_binary_1.par b/test/test_binary_1.par
index c47b6dd..570623c 100644
--- a/test/test_binary_1.par
+++ b/test/test_binary_1.par
@@ -28,4 +28,5 @@ IOBasic::outScalar_vars = "wavetoy::phi"
IOBasic::outInfo_every = 1
IOBasic::outInfo_vars = "wavetoy::phi"
-IO::outdir = "test_binary_1"
+IO::outdir = "test_binary_1"
+IO::out_fileinfo = "none"