jjb: lava: bubble up fault rather than silencing it
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 13 Dec 2017 22:06:17 +0000 (17:06 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 13 Dec 2017 22:06:17 +0000 (17:06 -0500)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
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.023273 seconds and 4 git commands to generate.