[ARVADOS] updated: 1.2.0-51-gc11f9cac7

Git user git at public.curoverse.com
Thu Aug 23 12:17:13 EDT 2018


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

       via  c11f9cac7535f27aff9575002bc31ba0149ac111 (commit)
      from  ac2cc876733c6137d525d12780275f2c02d84383 (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 c11f9cac7535f27aff9575002bc31ba0149ac111
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Thu Aug 23 12:16:08 2018 -0400

    Fix for run-tests.sh: do not run sdk/R install if the --skip sdk/R option is
    set.
    
    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 e669e326c..7ca36f0f0 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -335,7 +335,7 @@ if [[ ! -z "${only}" && "${only}" != "sdk/R" ]]; then
   NEED_SDK_R=false
 fi
 
-if [[ ! -z "${skip}" && "${skip}" == "sdk/R" ]]; then
+if [[ ${skip["sdk/R"]} = 1 ]]; then
   NEED_SDK_R=false
 fi
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list