summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorPixpoa pairing <pixpoapairing@pixelated-project.org>2015-01-22 10:52:36 -0200
committerPixpoa pairing <pixpoapairing@pixelated-project.org>2015-01-22 10:53:43 -0200
commit81552abcfe67f61b68ad7cbf424738f7788f148c (patch)
treed974405dcfe18cc7d53cbb929171a9117111d1a6 /service/go
parenta4e0b8b4c256a07d3894b7351ea59ca8a0429d28 (diff)
#224 using text reporter for trial - it is the same as the old nosetests reporter
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/go b/service/go
index 4f7445a8..047506df 100755
--- a/service/go
+++ b/service/go
@@ -12,11 +12,11 @@ function setupjs {
}
function runIntegrationTests {
- trial $* test.integration
+ trial --reporter=text $* test.integration
}
function runUnitTests {
- trial $* test.unit
+ trial --reporter=text $* test.unit
}
function runPep8 {