pass extra args to nosetests
This commit is contained in:
parent
1a5ece3804
commit
918a341b2c
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
nosetests test_slogging/unit --exe --with-coverage --cover-package slogging --cover-erase
|
||||
nosetests test_slogging/unit --exe --with-coverage --cover-package slogging --cover-erase $@
|
||||
rm -f .coverage
|
||||
|
Loading…
Reference in New Issue
Block a user