From 137f1f103cf1bfb76c7e62f2ee9df21d2d1f6223 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Wed, 21 Jan 2015 20:04:13 -0200 Subject: Added -w because nosetests was thinking we wanted to run all the tests --- service/go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/go') diff --git a/service/go b/service/go index bb3eca90..f8cee6f5 100755 --- a/service/go +++ b/service/go @@ -12,11 +12,11 @@ function setupjs { } function runIntegrationTests { - nosetests "$*" test/integration + nosetests "$*" -w test/integration } function runUnitTests { - nosetests "$*" test/unit + nosetests "$*" -w test/unit } function runPep8 { -- cgit v1.2.3