[cig-commits] r13833 - cs/cigma/trunk/tests/system

luis at geodynamics.org luis at geodynamics.org
Mon Jan 12 14:09:59 PST 2009


Author: luis
Date: 2009-01-12 14:09:59 -0800 (Mon, 12 Jan 2009)
New Revision: 13833

Modified:
   cs/cigma/trunk/tests/system/100-extract.sh
   cs/cigma/trunk/tests/system/200-eval.sh
   cs/cigma/trunk/tests/system/300-compare.sh
Log:
Eliminated --overwrite flag in system tests (overwrite is on by default)

Modified: cs/cigma/trunk/tests/system/100-extract.sh
===================================================================
--- cs/cigma/trunk/tests/system/100-extract.sh	2009-01-12 22:09:57 UTC (rev 13832)
+++ cs/cigma/trunk/tests/system/100-extract.sh	2009-01-12 22:09:59 UTC (rev 13833)
@@ -6,6 +6,5 @@
     --output=$D/system/out/100.h5 \
     --mesh=$D/data/brick2/brick2.h5:/ \
     --mesh-cell=tet4 \
-    --overwrite \
     $*
 

Modified: cs/cigma/trunk/tests/system/200-eval.sh
===================================================================
--- cs/cigma/trunk/tests/system/200-eval.sh	2009-01-12 22:09:57 UTC (rev 13832)
+++ cs/cigma/trunk/tests/system/200-eval.sh	2009-01-12 22:09:59 UTC (rev 13833)
@@ -6,6 +6,5 @@
     --output=$D/system/out/200.h5:/values \
     --points=$D/data/brick1/brick1.h5:/coordinates \
     --field=test.cube \
-    --overwrite \
     $*
 

Modified: cs/cigma/trunk/tests/system/300-compare.sh
===================================================================
--- cs/cigma/trunk/tests/system/300-compare.sh	2009-01-12 22:09:57 UTC (rev 13832)
+++ cs/cigma/trunk/tests/system/300-compare.sh	2009-01-12 22:09:59 UTC (rev 13833)
@@ -12,6 +12,5 @@
     --second=$B/CubeFn.dat \
     --second-mesh=$B/brick2.h5:/ \
     --second-mesh-cell=tet4 \
-    --overwrite \
     $*
 



More information about the CIG-COMMITS mailing list