]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/gw-setup/run.pl
Use nproc rather than ncpus
[can-benchmark.git] / continuous / gw-setup / run.pl
index 04433d6bd102c51b15745b5ba206490ba75ea32e..068c5dda754346275ed135930142f42023dbcce9 100755 (executable)
@@ -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);