aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-08-25 22:38:07 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-08-26 00:22:40 +0200
commit80bcc31e2014db0ae59bb479ca3a3329cdf89eaf (patch)
treeff7212627fe16588aa4853d9db2d7fbe01834337 /bin/runtests
parentexclude okupy/tests/__init__ from coverage (diff)
downloadidentity.gentoo.org-80bcc31e2014db0ae59bb479ca3a3329cdf89eaf.tar.gz
identity.gentoo.org-80bcc31e2014db0ae59bb479ca3a3329cdf89eaf.tar.bz2
identity.gentoo.org-80bcc31e2014db0ae59bb479ca3a3329cdf89eaf.zip
minor fix
Diffstat (limited to 'bin/runtests')
-rwxr-xr-xbin/runtests2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtests b/bin/runtests
index 8ac52be..1ea3b7a 100755
--- a/bin/runtests
+++ b/bin/runtests
@@ -1,6 +1,6 @@
#!/bin/bash
-while getopts sa:dcf arg; do
+while getopts sdcf2 arg; do
case ${arg} in
s) SETTINGS="--settings=okupy.tests.settings" ;;
d) TDAEMON="tdaemon -t django" ;;