[Swift-commit] r5132 - trunk/tests/mpi/fusion/long

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Mon Sep 19 17:21:45 CDT 2011


Author: wozniak
Date: 2011-09-19 17:21:45 -0500 (Mon, 19 Sep 2011)
New Revision: 5132

Modified:
   trunk/tests/mpi/fusion/long/100-mci.check.sh
   trunk/tests/mpi/fusion/long/100-mci.clean.sh
Log:
Correct check scripts


Modified: trunk/tests/mpi/fusion/long/100-mci.check.sh
===================================================================
--- trunk/tests/mpi/fusion/long/100-mci.check.sh	2011-09-19 18:34:02 UTC (rev 5131)
+++ trunk/tests/mpi/fusion/long/100-mci.check.sh	2011-09-19 22:21:45 UTC (rev 5132)
@@ -4,6 +4,9 @@
 
 # [ -f 100-output.txt ] || exit 1
 
-grep -q howdy transform-*.txt || exit 1
+for F in transform-*.txt
+do
+  grep -q header ${F} || exit 1
+done
 
 exit 0

Modified: trunk/tests/mpi/fusion/long/100-mci.clean.sh
===================================================================
--- trunk/tests/mpi/fusion/long/100-mci.clean.sh	2011-09-19 18:34:02 UTC (rev 5131)
+++ trunk/tests/mpi/fusion/long/100-mci.clean.sh	2011-09-19 22:21:45 UTC (rev 5132)
@@ -2,6 +2,6 @@
 
 set -x
 
-# rm -v transform-*.txt || exit 1
+rm -v transform-*.txt || exit 1
 
 exit 0




More information about the Swift-commit mailing list