From 269ce0c06561d4469f8bc4f0b0fd29ab7eeaa17e Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Tue, 23 Oct 2012 16:34:14 +1100 Subject: [PATCH] Made the test runner accept a package argument to run tests from --- nosetests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nosetests.sh b/nosetests.sh index d713a66..04a855d 100755 --- a/nosetests.sh +++ b/nosetests.sh @@ -1,3 +1,3 @@ #!/bin/sh -nosetests --nocapture +nosetests --nocapture $1