Commit Graph

12 Commits

Author SHA1 Message Date
Michael Snoyman
2fd9f18cf2 Faster scaffold.sh
cabal configure runs much faster than cabal install.
2011-09-24 21:38:35 +03:00
patrick brisbin
62030bee5a Use new test runner from scripts
* Create scaffold_test.sh which holds actual tests (still calls
  scaffold.sh)
* Move rm/unregister of foobar to setup/teardown functions
* run.sh now prints deprecation warning and calls ../scripts/runtests
2011-09-22 13:54:32 -04:00
patrick brisbin
2aa6f989a6 Complete rewrite of test/run.sh
Output is more useful (IMO). Everything is silenced for the duration of
the tests but a count of tests/failures and any errors are output at the
end. Pass --verbose to watch stdout during the tests.

Logic is also seperated into core setup/runners and individual test
definitions. Should be more easily extensible.
2011-09-11 15:00:20 -04:00
patrick brisbin
a9ac0a11b6 Fix up scaffold.sh
Use bash -e instead of single pipeline
Unregister foobar after testing it
2011-09-11 14:59:32 -04:00
Greg Weber
a9297006f8 mongoDB works! 2011-09-10 06:19:53 -07:00
Greg Weber
e6bab578fc add completion message 2011-09-01 08:37:27 -07:00
Greg Weber
cb0fff5d8d stop using shelltest
we haven't really been reaping a benefit from it
it doesn't give easy to use output
2011-08-25 14:05:53 -07:00
Greg Weber
822a507f28 re-organize files for case insensitive fs 2011-08-25 06:32:35 -07:00
Greg Weber
d7c2b16d90 temporarily ignore the shelltest 2011-08-23 10:47:30 -07:00
Greg Weber
3ec880d672 exit status for test script 2011-08-23 08:08:42 -07:00
Greg Weber
678288db13 Handler->Application, ~sitearg~.hs->Foundation.hs 2011-08-21 23:36:22 -07:00
Greg Weber
9621426a59 tests/ -> test/ 2011-08-20 06:50:23 -07:00