summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
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 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 {