pass extra args to nosetests

This commit is contained in:
John Dickinson 2015-02-15 11:25:16 -08:00
parent 1a5ece3804
commit 918a341b2c
1 changed files with 1 additions and 1 deletions

View File

@ -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