Browse Source

reenable checking for capabilities of the test interface..

main
John-Mark Gurney 3 years ago
parent
commit
0d5359d079
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      testinterfaces.sh

+ 4
- 4
testinterfaces.sh View File

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



Loading…
Cancel
Save