9 lines
147 B
Bash
Executable file
9 lines
147 B
Bash
Executable file
#!/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
|