File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SocketRocket.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
ActionType = " Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction" >
47
47
<ActionContent
48
48
title = " Run Script"
49
- 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"
49
+ 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 $PROJECT_DIR/ TestSupport/setup_env.sh $PROJECT_DIR/.env nohup TestSupport/run_test_server.sh & echo $! > $PIDFILE popd"
50
50
shellToInvoke = " /bin/bash" >
51
51
<EnvironmentBuildable >
52
52
<BuildableReference
65
65
ActionType = " Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction" >
66
66
<ActionContent
67
67
title = " Run Script"
68
- 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 "
68
+ 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 "
69
69
shellToInvoke = " /bin/bash" >
70
70
<EnvironmentBuildable >
71
71
<BuildableReference
You can’t perform that action at this time.
0 commit comments