[ARVADOS-DEV] updated: 6882ae221f4dcecda48162696b8dd756828b37c3
git at public.curoverse.com
git at public.curoverse.com
Mon Aug 18 14:37:47 EDT 2014
Summary of changes:
jenkins/run-tests.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via 6882ae221f4dcecda48162696b8dd756828b37c3 (commit)
from 05e6f52d0cf418ee7d727b5e034d45a60a246ba3 (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 6882ae221f4dcecda48162696b8dd756828b37c3
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Aug 18 14:37:45 2014 -0400
Fix swapped install/test sections for fuse.
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 0d89dcf..9f0b5e6 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -219,12 +219,12 @@ install_python_sdk() {
}
do_install python_sdk
-test_fuse() {
+install_fuse() {
cd "$WORKSPACE/services/fuse" \
&& python setup.py egg_info -b ".$(git log --format=format:%ct.%h -n1 .)" sdist rotate --keep=1 --match .tar.gz \
&& pip install dist/arvados_fuse-0.1.*.tar.gz
}
-do_test fuse
+do_install fuse
test_python_sdk() {
# Python SDK. We test this before testing keepproxy: keepproxy runs
@@ -239,13 +239,13 @@ test_python_sdk() {
}
do_test python_sdk
-install_fuse() {
+test_fuse() {
# Install test dependencies here too, in case run_test_server needs them.
cd "$WORKSPACE/services/fuse" \
&& python setup.py test \
&& easy_install *.egg
}
-do_install fuse
+do_test fuse
for g in "${gostuff[@]}"
do
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list