Files
zulip/tools/test-backend
Tim Abbott af88c10c5e Add tools/test-backend script to run backend tests.
(imported from commit fde4c7deb1e64e8cca9d62cda905f13d90392961)
2013-01-10 16:59:36 -05:00

5 lines
112 B
Bash
Executable File

#!/bin/bash -e
cd "$(dirname "$0")"/..
./manage.py test zephyr --skip-generate --settings=humbug.test_settings