X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Ftest_can_loopback_mode.sh;h=4f4ae765e752d9b7e9429c322a320b6132cb51ed;hb=bf2a5d6e8537c5e8d6203232cc0037d57d503e4e;hp=9a7acf62839c2e4c6db43833129c572d4e7e1a46;hpb=e1829b0d4d0de7faf73515d053ecff2ba229a895;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/test_can_loopback_mode.sh b/common/scripts/test_can_loopback_mode.sh index 9a7acf6..4f4ae76 100755 --- a/common/scripts/test_can_loopback_mode.sh +++ b/common/scripts/test_can_loopback_mode.sh @@ -14,8 +14,9 @@ if [ ! -e /sys/class/net/can0 ];then fi sleep 2 - -ip -V |grep -q BusyBox +set -x +ip -V | grep -q -i BusyBox +set +x if [ $? -eq 0 ];then echo "WARN: busybox ip is not handled" # busybox ip does not handle bitrate option