Tests: Extend test-lib script to support coverage parameter & add to test-main

This commit is contained in:
neiljp (Neil Pilgrim) 2017-11-29 16:48:11 -08:00 committed by showell
parent 39601d190c
commit 1e5e931421
2 changed files with 25 additions and 8 deletions

View file

@ -5,3 +5,4 @@ set -ev
tools/test-bots --coverage
tools/test-botserver --coverage combine
tools/test-zulip --coverage combine
tools/test-lib --coverage combine