Bug 133242

Summary: REGRESSION(r169265): sh: line 0: cd: ../.vm
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: Tools / TestsAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: juergen
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch ggaren: review+

Description Michael Saboff 2014-05-23 16:55:31 PDT
After r169265 running Tools/Scripts/run-jsc-stress-tests with the --remote option

sh: line 0: cd: ../.vm: No such file or directory
sh: cd /var/root/bencher && rm -rf jsc-stress-results && tar xzf payload.tar.gz && cd jsc-stress-results/.runner && DYLD_FRAMEWORK_PATH=/private/var/root sh runscript: No such file or directory
Tools/Scripts/run-jsc-stress-tests:73:in `mysys': Command failed: #<Process::Status: pid 56865 exit 127> (RuntimeError)
	from Tools/Scripts/run-jsc-stress-tests:1233:in `runAndMonitorTestRunnerCommand'
	from Tools/Scripts/run-jsc-stress-tests:1310:in `runShellTestRunner'
	from Tools/Scripts/run-jsc-stress-tests:1208:in `runTestRunner'
	from Tools/Scripts/run-jsc-stress-tests:1402:in `runRemote'
	from Tools/Scripts/run-jsc-stress-tests:1409:in `<main>’

The problem is a missing shell escape.
Comment 1 Michael Saboff 2014-05-23 17:00:34 PDT
Created attachment 232004 [details]
Patch
Comment 2 Michael Saboff 2014-05-23 17:14:17 PDT
Committed r169293: <http://trac.webkit.org/changeset/169293>