9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# This script must be executed in a Python 2 environment to
|
||
|
# have any meaning.
|
||
|
|
||
|
set -ev
|
||
|
|
||
|
tools/test-zulip --coverage combine
|