Skip to content

Commit

Permalink
tl-tester: Fix check for KNL for onegroup checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Sep 27, 2019
1 parent 3ce0ce5 commit cd663d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ TOPOLOGY=topology EVENTMAP=${cpus[$j]} FORCEHT=1 FORCECPU=$j $WRAP ./toplev.py -
checklog log.$j
fi
TOPOLOGY=topology EVENTMAP=${cpus[$j]} FORCEHT=0 FORCECPU=$j $WRAP ./toplev.py --force-events -d -l1 $LOAD 2>&1 | tee log.$j
onegroup log.$j
[ $j != "knl" ] && onegroup log.$j
if ! grep -q hypervisor /proc/cpuinfo ; then
TOPOLOGY=topology EVENTMAP=${cpus[$j]} FORCEHT=1 FORCECPU=$j $WRAP ./toplev.py --force-events -d $ALL $LOAD 2>&1 | tee log.$j
checklog log.$j
Expand Down

0 comments on commit cd663d0

Please sign in to comment.