[Swift-commit] r5474 - trunk/tests
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Sat Dec 24 20:45:31 CST 2011
Author: davidk
Date: 2011-12-24 20:45:31 -0600 (Sat, 24 Dec 2011)
New Revision: 5474
Modified:
trunk/tests/suite.sh
Log:
Fix gensite template issue for suite
Modified: trunk/tests/suite.sh
===================================================================
--- trunk/tests/suite.sh 2011-12-25 00:21:16 UTC (rev 5473)
+++ trunk/tests/suite.sh 2011-12-25 02:45:31 UTC (rev 5474)
@@ -977,9 +977,9 @@
if [ -f "$GROUP/sites.template.xml" ]; then
TEMPLATE="$GROUP/sites.template.xml"
elif [ -f "$GROUP/gensites.template" ]; then
- TEMPLATE=`$GROUP/gensites.template`
+ TEMPLATE=$( cat $GROUP/gensites.template )
else
- TEMPLATE="$TESTDIR/sites/localhost.xml"
+ TEMPLATE="$TESTDIR/sites/local/sites.template.xml"
fi
# Give default to _WORK_ if undefined in swift.properties
More information about the Swift-commit
mailing list