diff --git a/system_test/full_system_test.py b/system_test/full_system_test.py index 919298be..a044b5c6 100755 --- a/system_test/full_system_test.py +++ b/system_test/full_system_test.py @@ -315,6 +315,7 @@ def raise_for_status(r): except requests.exceptions.HTTPError as e: print(e) print(r.text) + raise e def random_addr(): s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)