This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
testeth
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
reenable checking for capabilities of the test interface..
main
John-Mark Gurney
3 years ago
parent
b7dcfb3128
commit
0d5359d079
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save