From 0d5359d07985ce003d191e8545e2373f724dea76 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 9 May 2022 17:59:16 -0700 Subject: [PATCH] reenable checking for capabilities of the test interface.. --- testinterfaces.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testinterfaces.sh b/testinterfaces.sh index 3c14bd7..f6a0572 100644 --- a/testinterfaces.sh +++ b/testinterfaces.sh @@ -356,10 +356,10 @@ csuminternal() i="$1" - #if ! hascap test "$i"; then - # echo "skipping $i, test interface not capable" - # continue - #fi + if ! hascap test "$i"; then + echo "skipping $i, test interface not capable" + continue + fi echo "testing: $i"