mirror of https://github.com/zulip/zulip.git
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:
parent
5ebd281f38
commit
a095666770
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in New Issue