X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/c3437f2bdbb60a09c19b4d4f04312195d9d683e0..def3d6a6456917806ba3e1cf02705d3512899cc7:/continuous/gw-setup/run.pl diff --git a/continuous/gw-setup/run.pl b/continuous/gw-setup/run.pl index 04433d6..068c5dd 100755 --- a/continuous/gw-setup/run.pl +++ b/continuous/gw-setup/run.pl @@ -51,7 +51,7 @@ sub run_boot() # background processes at once close($boot); open(STDERR, ">&", $wh) || die "Can't dup STDERR: $!"; - my $cmd = "$bootcmd | tee /dev/stderr"; + my $cmd = "$bootcmd 2>&1 | tee /dev/stderr"; exec($cmd) || die "Can't exec $cmd: $!"; } close($wh);