• Bjorn Munch's avatar
    Bug #47663 mtr --parallel has weird output · dd1d0a46
    Bjorn Munch authored
    Some output is written, some is not
    Finally concluded it's a Perl bug: after running with parallel threads
      for a while, print suddenly ignores all but the first argument.
    Workaround: concatenate all the arguments into one, except in output that
      only comes before we start running tests
    dd1d0a46
SafeProcess.pm 13.3 KB