|
@@ -46,7 +46,7 @@
|
|
|
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
|
|
|
<ActionContent
|
|
|
title = "Run Script"
|
|
|
- scriptText = "PIDFILE=$TMPDIR/srtharness.pid if [ -r $PIDFILE ]; then EXISTING_PID=`cat $PIDFILE` echo "Killing Dangling SRTextharneess PID:" $EXISTING_PID kill $EXISTING_PID rm $PIDFILE fi pushd $PROJECT_DIR export MACOSX_DEPLOYMENT_TARGET= bash TestSupport/ensure_virtualenv.sh $PROJECT_DIR/.env source .env/bin/activate rm -rf "$PROJECT_DIR/reports/clients/" nohup sr-testharness -i '' -c '*' & #nohup sr-testharness -k hello_test_harness -i '' -c '*' & echo $! > $PIDFILE popd"
|
|
|
+ scriptText = "PIDFILE=$TMPDIR/sr_test_server.pid if [ -r $PIDFILE ]; then EXISTING_PID=`cat $PIDFILE` echo "Killing Dangling SRTextharneess PID:" $EXISTING_PID kill $EXISTING_PID rm $PIDFILE fi pushd $PROJECT_DIR export MACOSX_DEPLOYMENT_TARGET= bash TestSupport/setup_env.sh $PROJECT_DIR/.env rm -rf "$PROJECT_DIR/reports/clients/" nohup TestSupport/run_test_server.sh & echo $! > $PIDFILE popd"
|
|
|
shellToInvoke = "/bin/bash">
|
|
|
<EnvironmentBuildable>
|
|
|
<BuildableReference
|
|
@@ -65,7 +65,7 @@
|
|
|
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
|
|
|
<ActionContent
|
|
|
title = "Run Script"
|
|
|
- scriptText = "PIDFILE=$TMPDIR/srtharness.pid if [ -r $PIDFILE ]; then EXISTING_PID=`cat $PIDFILE` echo "Killing SRTestharness PID:" $EXISTING_PID kill $EXISTING_PID rm $PIDFILE fi open $PROJECT_DIR/pages/results/index.html "
|
|
|
+ scriptText = "PIDFILE=$TMPDIR/sr_test_server.pid if [ -r $PIDFILE ]; then EXISTING_PID=`cat $PIDFILE` echo "Killing SR TestServer PID:" $EXISTING_PID kill $EXISTING_PID rm $PIDFILE fi open $PROJECT_DIR/pages/results/index.html "
|
|
|
shellToInvoke = "/bin/bash">
|
|
|
<EnvironmentBuildable>
|
|
|
<BuildableReference
|