From 50822bd2fd96a1ac94c28d4a032aee74537b4737 Mon Sep 17 00:00:00 2001 From: o9000 Date: Wed, 20 Dec 2017 19:43:23 +0100 Subject: [PATCH] Regression tests: check compilation on BSD --- test/regression.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/regression.py b/test/regression.py index c7f85e8..4f9aafa 100755 --- a/test/regression.py +++ b/test/regression.py @@ -295,7 +295,6 @@ def compile_remotely_and_report(host): print("Status: Failed!", error) print("Output:") print("```\n" + out.strip() + "\n```") - raise RuntimeError("compilation failed") if "warning:" in out: print("Status: Succeeded with warnings!", warning) print("Warnings:")