summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xservice/go4
1 files changed, 2 insertions, 2 deletions
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 {