Register the "sqlite3" test as failing
This commit is contained in:
parent
3bf5bd775e
commit
bbbb710996
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user