From a4e0b8b4c256a07d3894b7351ea59ca8a0429d28 Mon Sep 17 00:00:00 2001 From: Pixpoa pairing Date: Thu, 22 Jan 2015 10:42:27 -0200 Subject: #224 moving to trial as test runner --- service/go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/go') diff --git a/service/go b/service/go index f8cee6f5..4f7445a8 100755 --- a/service/go +++ b/service/go @@ -12,11 +12,11 @@ function setupjs { } function runIntegrationTests { - nosetests "$*" -w test/integration + trial $* test.integration } function runUnitTests { - nosetests "$*" -w test/unit + trial $* test.unit } function runPep8 { -- cgit v1.2.3