diff options
Diffstat (limited to 'service/go')
-rwxr-xr-x | service/go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |