Expect the "modems" test to always pass (as it should)
This commit is contained in:
parent
71f0b23d7d
commit
4de863bf1e
@ -99,10 +99,10 @@ $DATE > "$target"
|
|||||||
FAILED=
|
FAILED=
|
||||||
echo "Performing tests:" 1>&2
|
echo "Performing tests:" 1>&2
|
||||||
_test "hayes"
|
_test "hayes"
|
||||||
|
_test "modems"
|
||||||
_test "pdu"
|
_test "pdu"
|
||||||
_test "ussd"
|
_test "ussd"
|
||||||
echo "Expected failures:" 1>&2
|
echo "Expected failures:" 1>&2
|
||||||
_fail "modems"
|
|
||||||
_fail "plugins"
|
_fail "plugins"
|
||||||
if [ -n "$FAILED" ]; then
|
if [ -n "$FAILED" ]; then
|
||||||
echo "Failed tests:$FAILED" 1>&2
|
echo "Failed tests:$FAILED" 1>&2
|
||||||
|
Loading…
Reference in New Issue
Block a user