[Swift-commit] r8014 - trunk/tests

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Sat Jul 12 17:26:08 CDT 2014


Author: hategan
Date: 2014-07-12 17:26:08 -0500 (Sat, 12 Jul 2014)
New Revision: 8014

Modified:
   trunk/tests/suite.sh
Log:
fixed cmd file property

Modified: trunk/tests/suite.sh
===================================================================
--- trunk/tests/suite.sh	2014-07-12 22:25:53 UTC (rev 8013)
+++ trunk/tests/suite.sh	2014-07-12 22:26:08 UTC (rev 8014)
@@ -832,7 +832,7 @@
   fi
 
   CDM=
-  [ -r fs.data ] && CDM="-cdm.file fs.data"
+  [ -r fs.data ] && CDM="-CDMFile fs.data"
   
   if [ "$HASCONF" == "1" ]; then
     CONF="-config ./swift.conf"




More information about the Swift-commit mailing list