Register the "sqlite3" test as failing

This commit is contained in:
Pierre Pronchery 2016-04-19 23:49:38 +02:00
parent 3bf5bd775e
commit bbbb710996

View File

@ -100,8 +100,9 @@ target="$1"
$DATE > "$target" $DATE > "$target"
FAILED= FAILED=
echo "Performing tests:" 1>&2 echo "Performing tests:" 1>&2
_test "sqlite3"
echo "Expected failures:" 1>&2 echo "Expected failures:" 1>&2
#XXX needs the engine to be installed
_fail "sqlite3"
_fail "python.sh" _fail "python.sh"
if [ -n "$FAILED" ]; then if [ -n "$FAILED" ]; then
echo "Failed tests:$FAILED" 1>&2 echo "Failed tests:$FAILED" 1>&2