Merge "Allow to pass arguments to nosetest."
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
nosetests test/functional --exe
|
||||
nosetests test/functionalnosetests --exe
|
||||
nosetests test/functional --exe $@
|
||||
nosetests test/functionalnosetests --exe $@
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
nosetests test/unit --exe --with-coverage --cover-package swift --cover-erase
|
||||
nosetests test/unit --exe --with-coverage --cover-package swift --cover-erase $@
|
||||
rm -f .coverage
|
||||
|
||||
Reference in New Issue
Block a user