Changeset 179747 in webkit


Ignore:
Timestamp:
Feb 6, 2015 8:27:54 AM (9 years ago)
Author:
Csaba Osztrogonác
Message:

run-jsc-stress-tests --remote should create remote directory before copying the bundle
https://bugs.webkit.org/show_bug.cgi?id=141329

Reviewed by Michael Saboff.

  • Scripts/run-jsc-stress-tests:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r179745 r179747  
     12015-02-06  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        run-jsc-stress-tests --remote should create remote directory before copying the bundle
     4        https://bugs.webkit.org/show_bug.cgi?id=141329
     5
     6        Reviewed by Michael Saboff.
     7
     8        * Scripts/run-jsc-stress-tests:
     9
    1102015-02-06  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Tools/Scripts/run-jsc-stress-tests

    r179479 r179747  
    13691369    if $remote
    13701370        $remoteDirectory = JSON::parse(sshRead("cat ~/.bencher"))["tempPath"]
     1371        mysys("ssh", "-p", $remotePort.to_s, "#{$remoteUser}@#{$remoteHost}", "mkdir -p #{$remoteDirectory}")
    13711372        mysys("scp", "-P", $remotePort.to_s, ($outputDir.dirname + $tarFileName).to_s, "#{$remoteUser}@#{$remoteHost}:#{$remoteDirectory}")
    13721373        remoteScript = "\""
Note: See TracChangeset for help on using the changeset viewer.