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