From 81552abcfe67f61b68ad7cbf424738f7788f148c Mon Sep 17 00:00:00 2001 From: Pixpoa pairing Date: Thu, 22 Jan 2015 10:52:36 -0200 Subject: #224 using text reporter for trial - it is the same as the old nosetests reporter --- service/go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/go') 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 { -- cgit v1.2.3