[ARVADOS] updated: 035a48b3d93e3e1bf0d231c773accb8cd13e22e0
Git user
git at public.curoverse.com
Fri Jan 6 14:18:11 EST 2017
Summary of changes:
build/run-tests.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 035a48b3d93e3e1bf0d231c773accb8cd13e22e0 (commit)
from 495a7df016f63ae348000b1c046f8e1c5f1c5903 (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 035a48b3d93e3e1bf0d231c773accb8cd13e22e0
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Jan 6 14:17:20 2017 -0500
Fix run-tests.sh --only option for the workbench suite.
refs #8345
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 0e5a33e..968cd6c 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -527,7 +527,8 @@ do_test() {
;;
esac
if [[ -z "${skip[$suite]}" && -z "${skip[$1]}" && \
- (-z "${only}" || "${only}" == "${suite}") ]]; then
+ (-z "${only}" || "${only}" == "${suite}" || \
+ "${only}" == "${1}") ]]; then
retry do_test_once ${@}
else
title "Skipping ${1} tests"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list