Tests: be less verbose

This commit is contained in:
Christine Dodrill 2015-08-13 21:18:36 -07:00
parent 577de316ac
commit c7af9e9bb2
4 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -x
go test -v .
go test .

View File

@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -x
nim c -r ponyapi
nim c --hints:off -r ponyapi

View File

@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -x
python ./test.py

View File

@ -1,7 +1,6 @@
#!/bin/bash
set -e
set -x
for client in *
do