The "plugins" test is now meant to always pass
This commit is contained in:
parent
b3c87b3b08
commit
00b1af5a72
|
@ -98,9 +98,9 @@ target="$1"
|
|||
$DATE > "$target"
|
||||
FAILED=
|
||||
echo "Performing tests:" 1>&2
|
||||
#_test "plugins"
|
||||
echo "Expected failures:" 1>&2
|
||||
_fail "plugins"
|
||||
_test "plugins"
|
||||
#echo "Expected failures:" 1>&2
|
||||
#_fail "plugins"
|
||||
if [ -n "$FAILED" ]; then
|
||||
echo "Failed tests:$FAILED" 1>&2
|
||||
exit 2
|
||||
|
|
Loading…
Reference in New Issue
Block a user