From 487e5c9bc44fe5d30de93a2cfbf2dbfedc1a3403 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Apr 2012 07:12:05 +0300 Subject: [PATCH] Don't test for tiny --- yesod/test/scaffold_test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/yesod/test/scaffold_test.sh b/yesod/test/scaffold_test.sh index 0e0a121a..2597f502 100644 --- a/yesod/test/scaffold_test.sh +++ b/yesod/test/scaffold_test.sh @@ -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 ; }