[ARVADOS] updated: d4461f9c637e915d66aad807997e9909300f2f20

Git user git at public.curoverse.com
Mon Jun 12 09:12:34 EDT 2017


Summary of changes:
 services/nodemanager/tests/integration_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  d4461f9c637e915d66aad807997e9909300f2f20 (commit)
      from  3f0ec839af28e56eb94bc9507ab59df1e670e59f (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 d4461f9c637e915d66aad807997e9909300f2f20
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Jun 12 09:12:30 2017 -0400

    Fix integration test, refs #10312

diff --git a/services/nodemanager/tests/integration_test.py b/services/nodemanager/tests/integration_test.py
index f024b0c..f28d33d 100755
--- a/services/nodemanager/tests/integration_test.py
+++ b/services/nodemanager/tests/integration_test.py
@@ -213,7 +213,7 @@ def run_test(name, actions, checks, driver_class, jobs):
     if code == 0:
         logger.info("%s passed", name)
     else:
-        if isinstance(detail_content, StringIO()):
+        if isinstance(detail_content, StringIO):
             sys.stderr.write(detail_content.getvalue())
         logger.info("%s failed", name)
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list