[ARVADOS] updated: 1.2.0-53-g43227b3a2

Git user git at public.curoverse.com
Thu Aug 23 17:40:54 EDT 2018


Summary of changes:
 build/run-tests.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  43227b3a265d1529efe3e5b12964fe3a622f139b (commit)
      from  9af9cecdc25dc15243e6ca54895620ab472780df (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 43227b3a265d1529efe3e5b12964fe3a622f139b
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Thu Aug 23 17:39:56 2018 -0400

    Improvement for run-tests.sh: support multiple occurrences of the
    --only argument - syntax fix.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 90e804a10..4ddbf89c1 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -664,9 +664,9 @@ do_test() {
             ;;
     esac
     if [[ -z "${skip[$suite]}" && -z "${skip[$1]}" && \
-              (${#only[@]} -eq 0 || ${only[$suite]} = 1 || \
-                   ${only[$1]} = 1) ||
-                  ${only[$2]} = 1 ]]; then
+              (${#only[@]} -eq 0 || ${only[$suite]} -eq 1 || \
+                   ${only[$1]} -eq 1) ||
+                  ${only[$2]} -eq 1 ]]; then
         retry do_test_once ${@}
     else
         title "Skipping ${1} tests"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list