From 6db6f9924de0117851c904752e9456df6a2dfdb2 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Thu, 12 Dec 2024 11:20:27 -0800 Subject: [PATCH] tl-tester: Fix hybrid check --- tl-tester | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tl-tester b/tl-tester index 52981071..30960e41 100755 --- a/tl-tester +++ b/tl-tester @@ -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