Made the test runner accept a package argument to run tests from

This commit is contained in:
Anton Beloglazov 2012-10-23 16:34:14 +11:00
parent 3b8d1c41db
commit 269ce0c065
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
nosetests --nocapture
nosetests --nocapture $1