test-backend: Don't pass --skip-generate to testing system by default.

It doesn't save much time (maybe 0.5s out of 12+s).

I'm leaving the option in because I think it is still useful for
iteratively testing a single test case.

(imported from commit a0ac43f4c48eec101f05d731740394b30a15773b)
This commit is contained in:
Tim Abbott 2013-04-01 16:21:29 -04:00
parent 5ebd281f38
commit a095666770
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ case "$1" in
esac
cd "$(dirname "$0")"/..
./manage.py test "$target" --skip-generate --settings=humbug.test_settings "$@"
./manage.py test "$target" --settings=humbug.test_settings "$@"