Don't test for tiny

This commit is contained in:
Michael Snoyman 2012-04-04 07:12:05 +03:00
parent 43d938bbe7
commit 487e5c9bc4

View File

@ -4,4 +4,3 @@ teardown() { rm -rf foobar; ghc-pkg unregister foobar &>/dev/null; }
test_sqlite() { ../test/scaffold.sh < ../test/sqlite-input.txt ; }
test_postgresql() { ../test/scaffold.sh < ../test/postgresql-input.txt; }
#test_mongodb() { ../test/scaffold.sh < ../test/mongodb-input.txt ; }
test_tiny() { ../test/scaffold.sh < ../test/tiny-input.txt ; }