[ARVADOS-DEV] updated: 32aa86dd05aa4d0d94914645223ce0c0ea9c3878
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 24 22:01:00 EDT 2014
Summary of changes:
jenkins/run-tests.sh | 4 ++++
1 file changed, 4 insertions(+)
via 32aa86dd05aa4d0d94914645223ce0c0ea9c3878 (commit)
from ffea5372757891b5bd3b9eef8a946e83aa16331b (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 32aa86dd05aa4d0d94914645223ce0c0ea9c3878
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 6d45d1f..907329d 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