[ARVADOS] updated: 1.3.0-2227-g94c1475c0

Git user git at public.arvados.org
Thu Feb 27 23:20:16 UTC 2020


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

       via  94c1475c0f16c2b79bde2783198c201c3570e1fb (commit)
      from  b4595c075c9883206e4c48cfc45de8cbe0c6f7e8 (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 94c1475c0f16c2b79bde2783198c201c3570e1fb
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Feb 27 18:10:22 2020 -0500

    12409: Interactive mode testargs works for py3
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index db6d1349d..b51f9b70c 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -1265,7 +1265,8 @@ else
                         ${verb}_${target}
                         ;;
                     *)
-                        testargs["$target"]="${opts}"
+			argstarget=${target%:py3}
+                        testargs["$argstarget"]="${opts}"
                         tt="${testfuncargs[${target}]}"
                         tt="${tt:-$target}"
                         do_$verb $tt

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list