|
@@ -5,8 +5,8 @@ unset http_proxy
|
|
unset https_proxy
|
|
unset https_proxy
|
|
|
|
|
|
rv=0
|
|
rv=0
|
|
-for py in $(py3versions -s); do
|
|
|
|
- echo "========= Running tests with $py =========="
|
|
|
|
|
|
+for py3 in $(py3versions -s); do
|
|
|
|
+ echo "========= Running tests with $py3 =========="
|
|
if ! $py3 -m unittest dulwich.tests.test_suite; then
|
|
if ! $py3 -m unittest dulwich.tests.test_suite; then
|
|
rv=1
|
|
rv=1
|
|
fi
|
|
fi
|