[Swift-commit] r7917 - trunk/tests/multi_remote
yadunandb at ci.uchicago.edu
yadunandb at ci.uchicago.edu
Fri Jun 13 11:08:52 CDT 2014
Author: yadunandb
Date: 2014-06-13 11:08:51 -0500 (Fri, 13 Jun 2014)
New Revision: 7917
Modified:
trunk/tests/multi_remote/remote_driver.check.sh
trunk/tests/multi_remote/remote_driver.setup.sh
Log:
Updates to publish server
Modified: trunk/tests/multi_remote/remote_driver.check.sh
===================================================================
--- trunk/tests/multi_remote/remote_driver.check.sh 2014-06-13 02:10:23 UTC (rev 7916)
+++ trunk/tests/multi_remote/remote_driver.check.sh 2014-06-13 16:08:51 UTC (rev 7917)
@@ -1,7 +1,9 @@
#!/bin/bash
PUBLISH_LOCATION=/scratch/midway/yadunand/publish
-PUBLISH_SERVER=http://swift.rcc.uchicago.edu:8042
+#PUBLISH_SERVER=http://swift.rcc.uchicago.edu:8042
+PUBLISH_SERVER=http://users.rcc.uchicago.edu/~yadunand
+
DATE=$(date +%H%M%S)
[ ! -z $FROM_MAIL ] || FROM_MAIL="test-engine at swift.rcc.uchicago"
Modified: trunk/tests/multi_remote/remote_driver.setup.sh
===================================================================
--- trunk/tests/multi_remote/remote_driver.setup.sh 2014-06-13 02:10:23 UTC (rev 7916)
+++ trunk/tests/multi_remote/remote_driver.setup.sh 2014-06-13 16:08:51 UTC (rev 7917)
@@ -187,7 +187,7 @@
echo "Folder cleaned"
PID=$$
-CPIDS=$(pgrep -P $PID); (sleep 20 && kill -KILL $CPIDS &); kill -TERM $CPIDS;
+CPIDS=$(pgrep -P $PID); (sleep 20 && kill -SIGKILL $CPIDS &); kill -TERM $CPIDS;
exit 0
EOF
More information about the Swift-commit
mailing list