From 0e1efab134414cc0b1b8c7e47fe526a96df5c535 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sun, 3 Mar 2013 15:34:57 -0800 Subject: [PATCH] actually pass arguments to run_tests script previously, I only though I was passing arguments. Turns out you actually have to tell bash to expect and reume them. lame --- files/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/run_tests.sh b/files/run_tests.sh index 287673ba..427c12fb 100644 --- a/files/run_tests.sh +++ b/files/run_tests.sh @@ -6,4 +6,4 @@ pip install virtualenv virtualenv test_env --system-site-packages source test_env/bin/activate pip install -I anyjson nose httplib2 pika unittest2 lxml testtools testresources paramiko -./run_tests.sh +./run_tests.sh $*