Tests: be less verbose
This commit is contained in:
parent
577de316ac
commit
c7af9e9bb2
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
go test -v .
|
||||
go test .
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
nim c -r ponyapi
|
||||
nim c --hints:off -r ponyapi
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
python ./test.py
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
for client in *
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue