浏览代码

verify Erroring on non-200 may no longer be needed

Mike Smith 11 年之前
父节点
当前提交
da6380c9d7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      toolset/benchmark/framework_test.py

+ 2 - 2
toolset/benchmark/framework_test.py

@@ -934,8 +934,8 @@ class FrameworkTest:
     # uses check_output() instead of check_call() so that we can
     # ignore the HTTP response because we already output that in
     # the first curl invocation.
-    subprocess.check_output(["curl", "-fsS", url], stderr=err)
-    err.flush()
+    #subprocess.check_output(["curl", "-fsS", url], stderr=err)
+    #err.flush()
 
     if output:
       # We have the response body - return it