|
@@ -65,7 +65,7 @@
|
|
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
|
|
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
|
|
<ActionContent
|
|
<ActionContent
|
|
title = "Run Script"
|
|
title = "Run Script"
|
|
- scriptText = "PIDFILE=$TMPDIR/srtharness.pid if [ -r $PIDFILE ]; then EXISTING_PID=`cat $PIDFILE` echo "Killing SRTextharneess PID:" $EXISTING_PID kill $EXISTING_PID rm $PIDFILE fi open $PROJECT_DIR/reports/clients/index.html"
|
|
|
|
|
|
+ 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 "
|
|
shellToInvoke = "/bin/bash">
|
|
shellToInvoke = "/bin/bash">
|
|
<EnvironmentBuildable>
|
|
<EnvironmentBuildable>
|
|
<BuildableReference
|
|
<BuildableReference
|