[ARVADOS-DEV] created: ffea5372757891b5bd3b9eef8a946e83aa16331b
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 24 14:45:24 EDT 2014
at ffea5372757891b5bd3b9eef8a946e83aa16331b (commit)
commit ffea5372757891b5bd3b9eef8a946e83aa16331b
Author: Tim Pierce <twp at unchi.org>
Date: Fri Oct 24 14:45:09 2014 -0400
4313: remove stale *.pyc files
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index c4c585f..6d45d1f 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -275,6 +275,7 @@ install_python_sdk() {
# keepproxy).
cd "$WORKSPACE/sdk/python" \
+ && find . -name '*.pyc' -delete \
&& python setup.py sdist rotate --keep=1 --match .tar.gz \
&& pip install dist/arvados-python-client-0.1.*.tar.gz
}
@@ -385,6 +386,7 @@ test_python_sdk() {
# the .egg files that setup.py downloads.
cd "$WORKSPACE/sdk/python" \
+ && find . -name '*.pyc' -delete \
&& python setup.py test $python_sdk_test
r=$?
easy_install *.egg
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list