projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c5e61b
)
runtests.sh: use 0 to control arg parse loop
author
Zac Medico
<zmedico@gentoo.org>
Sun, 6 Nov 2011 05:43:34 +0000
(22:43 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 6 Nov 2011 05:43:34 +0000
(22:43 -0700)
runtests.sh
patch
|
blob
|
history
diff --git
a/runtests.sh
b/runtests.sh
index b7313b79b91197b9f77c7951a9f6cbf3f792e3d5..30ddeeffa89aa363209808855d1874d29d95e148 100755
(executable)
--- a/
runtests.sh
+++ b/
runtests.sh
@@
-29,7
+29,7
@@
trap interrupted SIGINT
unused_args=()
-while [
[ -n $1 ]
] ; do
+while [
$# -gt 0
] ; do
case "$1" in
--python-versions=*)
PYTHON_VERSIONS=${1#--python-versions=}