From c246897af130e97eaab120c467ae008e35230f76 Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Thu, 29 May 2014 12:11:26 +0100 Subject: [PATCH] Pass script/test arguments through to nosetests --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index 1ceefaad..5f0f21f4 100755 --- a/script/test +++ b/script/test @@ -1,2 +1,2 @@ #!/bin/sh -nosetests +nosetests $@