For some reason, nosetests only survives one subpackage at a time?

This commit is contained in:
Peter Eckersley
2015-12-14 12:12:20 -08:00
parent f5029d5eaf
commit 7193296a22
+6 -2
View File
@@ -147,9 +147,13 @@ mkdir ../kgs
kgs="../kgs/$version"
pip freeze | tee $kgs
pip install nose
nosetests letsencrypt $subpkgs_modules
for thing in letsencrypt $subpkgs_modules ; do
echo testing $thing
nosetests $thing
done
deactivate
cd releases
cd ..
name=${root_without_le%.*}
ext="${root_without_le##*.}"
rev="$(git rev-parse --short HEAD)"