summaryrefslogtreecommitdiff
path: root/service/go
blob: 5ae8d26b8c0a92bcdff9dcc1f2d9f598c1fa4720 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if [ "$1" == 'test' ] 
then
        nosetests --nocapture test/unit
        nosetests --nocapture test/integration
else
        python setup.py $*
fi