From 918a341b2cd7135734a402fb7378746b791dc7d2 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Sun, 15 Feb 2015 11:25:16 -0800 Subject: [PATCH] pass extra args to nosetests --- .unittests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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