Skip to content

Commit

Permalink
tl-tester: Fix hybrid check
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Dec 12, 2024
1 parent ba15cad commit 6db6f99
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 @@ -733,7 +733,7 @@ if run fuzzy ; then
# FIXME: --all still fails
ARG="-l4 --no-uncore"
# shellcheck disable=SC2012
if [ "$(ls -d /sys/devices/cpu_* | wc -l)" -le 1 ] ; then
if [ "$(ls -d /sys/devices/cpu* | wc -l)" -le 1 ] ; then
$WRAP ./toplev $NATIVE_ARGS $ARG --tune INAME=True -- $LOAD
$WRAP ./toplev $NATIVE_ARGS $ARG --tune FUZZYINPUT=True -- $LOAD
$WRAP ./toplev $NATIVE_ARGS --perf-output perfo$$.csv $ARG --tune INAME=True FUZZYINPUT=True -- $LOAD
Expand Down

0 comments on commit 6db6f99

Please sign in to comment.