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
This commit is contained in:
Dan Bode 2013-03-03 15:34:57 -08:00
parent 1c00af5942
commit 0e1efab134

View File

@ -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 $*