X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/e3e90bc84127a14b7de6a827c087a1c51da70bdc..5ea33ed114475e0f13e83309de6d56d8587c458f:/continuous/gw-setup/run.pl diff --git a/continuous/gw-setup/run.pl b/continuous/gw-setup/run.pl index 04433d6..befe36e 100755 --- a/continuous/gw-setup/run.pl +++ b/continuous/gw-setup/run.pl @@ -50,7 +50,7 @@ sub run_boot() setpgrp(); # Start new process group so that we can kill all # background processes at once close($boot); - open(STDERR, ">&", $wh) || die "Can't dup STDERR: $!"; + open(STDOUT, ">&", $wh) || die "Can't dup STDOUT: $!"; my $cmd = "$bootcmd | tee /dev/stderr"; exec($cmd) || die "Can't exec $cmd: $!"; }