jjb: lava: bubble up fault rather than silencing it
[lttng-ci.git] / scripts / lttng-baremetal-tests / lava-submit.py
index 4b68a113ea336eabb12fdfe981f85519aa92dab5..5d92177d56fde10d72f4c327ca2a9b81ba38a2d2 100644 (file)
@@ -40,6 +40,7 @@ def get_job_bundle_content(server, job):
         bundle = server.dashboard.get(bundle_sha)
     except xmlrpc.client.Fault as f:
         print('Error while fetching results bundle', f.faultString)
+        raise f
 
     return json.loads(bundle['content'])
 
This page took 0.022045 seconds and 4 git commands to generate.