This commit is contained in:
Ole Tange 2015-03-07 19:45:00 +01:00
parent 4ef66ec7f6
commit db3bc0c4eb
2 changed files with 3 additions and 3 deletions

View file

@ -956,7 +956,7 @@ sub parse_options {
$opt::jobs = 1;
}
if(not defined $opt::group) {
$opt::ungroup = 0;
$opt::ungroup = 1;
}
}
if(@opt::trc) {

View file

@ -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