Bug 133242 - REGRESSION(r169265): sh: line 0: cd: ../.vm
Summary: REGRESSION(r169265): sh: line 0: cd: ../.vm
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-23 16:55 PDT by Michael Saboff
Modified: 2014-05-23 19:20 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.41 KB, patch)
2014-05-23 17:00 PDT, Michael Saboff
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>