mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
5 lines
112 B
Bash
Executable File
5 lines
112 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
cd "$(dirname "$0")"/..
|
|
./manage.py test zephyr --skip-generate --settings=humbug.test_settings
|