Przeglądaj źródła

Pass script/test arguments through to nosetests

Aanand Prasad 11 lat temu
rodzic
commit
c246897af1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      script/test

+ 1 - 1
script/test

@@ -1,2 +1,2 @@
 #!/bin/sh
-nosetests
+nosetests $@