[ARVADOS] updated: 1.3.0-528-gc9baf3510

Git user git at public.curoverse.com
Wed Mar 20 17:42:04 UTC 2019


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

       via  c9baf35106d64d8b26741256c145616bfbea9645 (commit)
      from  2e1e5442ae846a026c5de7edb0dd78e09c56b5a7 (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 c9baf35106d64d8b26741256c145616bfbea9645
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Wed Mar 20 13:41:35 2019 -0400

    14947: Ignore --only / --skip args in interactive mode.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index a1889c271..d4afb52fa 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -1179,6 +1179,9 @@ if [[ -z ${interactive} ]]; then
     install_all
     test_all
 else
+    skip=()
+    only=()
+    only_install=()
     if [[ -e "$VENVDIR/bin/activate" ]]; then stop_services; fi
     setnextcmd() {
         if [[ "$nextcmd" != "install deps" ]]; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list