[ARVADOS] updated: 2.1.0-2365-gec94ca4bc

Git user git at public.arvados.org
Mon Apr 25 13:51:39 UTC 2022


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

       via  ec94ca4bc65b14d1cc46ca1ab710a26447108451 (commit)
      from  332b0d1b4a9095f4e43893ec741f901b74b36ceb (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 ec94ca4bc65b14d1cc46ca1ab710a26447108451
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Apr 25 09:51:23 2022 -0400

    17301: Test handles line breaks
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/tests/test_submit.py b/sdk/cwl/tests/test_submit.py
index 61892bf2a..d2c722846 100644
--- a/sdk/cwl/tests/test_submit.py
+++ b/sdk/cwl/tests/test_submit.py
@@ -1418,7 +1418,7 @@ class TestSubmit(unittest.TestCase):
             self.assertEqual(exited, 1)
             self.assertRegex(
                 capture_stderr.getvalue(),
-                r"Collection uuid zzzzz-4zz18-zzzzzzzzzzzzzzz not found")
+                r"Collection\s*uuid\s*zzzzz-4zz18-zzzzzzzzzzzzzzz\s*not\s*found")
         finally:
             cwltool_logger.removeHandler(stderr_logger)
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list