Skip to content
Snippets Groups Projects
  1. Oct 01, 2014
    • teor's avatar
      Add test-network delay option · bae73343
      teor authored
      Add a --delay option to test-network.sh, which configures the delay before
      the chutney network tests for data transmission. The default remains at
      18 seconds if the argument isn't specified.
      
      Apparently we should be using bootstrap status for this (eventually).
      
      Partially implements ticket 13161.
      bae73343
    • teor's avatar
      test-network.sh: Use "/bin/echo -n" rather than builtin echo · 7c0215f8
      teor authored
      The default shell on OS X is bash, which has a builtin echo. When called
      in "sh" mode, this echo does not accept "-n". This patch uses "/bin/echo -n"
      instead.
      
      Partially fixes issue 13161.
      7c0215f8
  2. Sep 29, 2014
  3. Sep 28, 2014
  4. Sep 26, 2014
  5. Sep 25, 2014
Loading