diff --git a/.unittests b/.unittests index 5c20a19..16cfb0d 100755 --- a/.unittests +++ b/.unittests @@ -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