RESOLVED FIXED 141329
run-jsc-stress-tests --remote should create remote directory before copying the bundle
https://bugs.webkit.org/show_bug.cgi?id=141329
Summary run-jsc-stress-tests --remote should create remote directory before copying t...
Csaba Osztrogonác
Reported 2015-02-06 03:39:26 PST
mysys("scp", "-P", $remotePort.to_s, ($outputDir.dirname + $tarFileName).to_s, "#{$remoteUser}@#{$remoteHost}:#{$remoteDirectory}") If $remoteDirectory doesn't exists, we will get a regular tar file named $remoteDirectory instead of a tar file in $remoteDirectory/$tarFileName . We should try to create $remoteDirectory on the remote machine before calling scp.
Attachments
Patch (1.35 KB, patch)
2015-02-06 03:40 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-02-06 03:40:23 PST
Michael Saboff
Comment 2 2015-02-06 07:43:44 PST
Comment on attachment 246159 [details] Patch r=me
WebKit Commit Bot
Comment 3 2015-02-06 08:28:00 PST
Comment on attachment 246159 [details] Patch Clearing flags on attachment: 246159 Committed r179747: <http://trac.webkit.org/changeset/179747>
WebKit Commit Bot
Comment 4 2015-02-06 08:28:03 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.