repo.or.cz
/
zeroinstall
/
zeroinstall-afb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Propagate errors correctly from Selections.download_missing()
[zeroinstall/zeroinstall-afb.git]
/
tests
/
allpython.sh
blob
246ea4bb7d5c55357b80bdbc51fdc68199376e30
1
#!/bin/sh
2
set -e -x
3
for
version
in
2.5
"2.6"
"2.7 -3"
;
do
4
python
$version
-tt
.
/
testall.py
5
done