[ARVADOS-DEV] updated: e71be8357f42713487c158be2493cd245963deb2
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 24 22:01:29 EDT 2014
Summary of changes:
jenkins/run-tests.sh | 4 ++++
1 file changed, 4 insertions(+)
via e71be8357f42713487c158be2493cd245963deb2 (commit)
from a522b5843859343b885850afff05130fa0b7345b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e71be8357f42713487c158be2493cd245963deb2
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Oct 24 16:06:47 2014 -0400
Clean up *.pyc files between tests.
closes #4313
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index c4c585f..93245a6 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -165,6 +165,10 @@ if [[ -z "$CONFIGSRC" ]] && [[ -d "$HOME/arvados-api-server" ]]; then
CONFIGSRC="$HOME/arvados-api-server"
fi
+# Clean up .pyc files that may exist in the workspace
+cd "$WORKSPACE"
+find -name '*.pyc' -delete
+
# Set up temporary install dirs (unless existing dirs were supplied)
for tmpdir in VENVDIR GOPATH GEMHOME
do
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list