yesod/yesod/test/run.sh
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

13 lines
195 B
Bash
Executable File

#!/bin/bash
cat << EOF
You're using the deprecated ./test/run.sh. This file will be removed
soon in favor of ../scripts/runtests.
Running ../scripts/runtests...
EOF
../scripts/runtests "$@"