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 c5822401..ece0eecb 100755
--- a/service/go
+++ b/service/go
@@ -14,8 +14,8 @@ function setupjs {
}
if [ "$1" == 'test' ]; then
- nosetests --nocapture test/unit
- nosetests --nocapture test/integration
+ nosetests "${@:2}" test/unit
+ nosetests "${@:2}" test/integration
elif [ "$1" == 'setuppy' ]; then
setuppy
elif [ "$1" == 'setupjs' ]; then