[ARVADOS] updated: 1.3.0-860-g9e27319d4

Git user git at public.curoverse.com
Fri May 31 16:04:38 UTC 2019


Summary of changes:
 sdk/cwl/test_with_arvbox.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  9e27319d4ec960e6fac43322b885e8aa355651f9 (commit)
      from  f27aa12c4dd863e1c4a8c0c61cba365c99bdc5e7 (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 9e27319d4ec960e6fac43322b885e8aa355651f9
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri May 31 12:04:18 2019 -0400

    15028: Fix bashism
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index f36dfb8e3..39c834ed6 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -66,7 +66,7 @@ if test -z "$ARVBOX_CONTAINER" ; then
    export ARVBOX_CONTAINER=cwltest
 fi
 
-if [[ "$suite" = "conformance" ]] ; then
+if test "$suite" = "conformance" ; then
   suite=conformance-v1.0
 fi
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list