Browse Source

verify Erroring on non-200 may no longer be needed

Mike Smith 11 years ago
parent
commit
da6380c9d7
1 changed files with 2 additions and 2 deletions
  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