Files
zulip/tools/travis/backend
Tim Abbott 9d75fd33d9 Add new test for management commands running with --help.
This test caught a few bugs where refactoring had made management
commands fail (and would have caught a few more recent ones).

Ideally we'd replace this with a more advanced test that actually
tests that the management command do something useful, but it's a
start.
2015-11-11 21:34:39 -08:00

9 lines
162 B
Bash
Executable File

#!/bin/bash
set -e
set -x
source /srv/zulip-venv/bin/activate
export PATH=$PATH:/srv/zulip-venv/bin
./tools/lint-all
./tools/test-backend
./tools/test-management