RESOLVED FIXED 133242
REGRESSION(r169265): sh: line 0: cd: ../.vm
https://bugs.webkit.org/show_bug.cgi?id=133242
Summary REGRESSION(r169265): sh: line 0: cd: ../.vm
Michael Saboff
Reported 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.
Attachments
Patch (1.41 KB, patch)
2014-05-23 17:00 PDT, Michael Saboff
ggaren: review+
Michael Saboff
Comment 1 2014-05-23 17:00:34 PDT
Michael Saboff
Comment 2 2014-05-23 17:14:17 PDT
Note You need to log in before you can comment on or make changes to this bug.