From db3bc0c4eb4618a5c69031a7c95ea4bbaf313a23 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Sat, 7 Mar 2015 19:45:00 +0100 Subject: [PATCH] parallel: Fixed https://savannah.gnu.org/bugs/index.php?44476 --- src/parallel | 2 +- testsuite/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/parallel b/src/parallel index 84d0e030..38fb1d97 100755 --- a/src/parallel +++ b/src/parallel @@ -956,7 +956,7 @@ sub parse_options { $opt::jobs = 1; } if(not defined $opt::group) { - $opt::ungroup = 0; + $opt::ungroup = 1; } } if(@opt::trc) { diff --git a/testsuite/Makefile b/testsuite/Makefile index f3b7eed9..752ba8f1 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -84,8 +84,8 @@ timings: tests-to-run/* ../src/parallel perl -ne '/\+ .usr.bin.time/ and do { print $$last.$$h; $$h=$$_ }; chomp; s/.*\0//;$$last = $$_' /tmp/timing.out |sort -n >timings timingbar: - vmstat 1 | timestamp --iso > vmstat.timestamp.1 & - stdout make 1 | timestamp --iso | tee make.timestamp.1 + vmstat 1 | timestamp --isotime > vmstat.timestamp.1 & + stdout make 1 | timestamp --isotime | tee make.timestamp.1 killall vmstat mv vmstat.timestamp.1 vmstat.timestamp mv make.timestamp.1 make.timestamp