Regression tests: check compilation on BSD

This commit is contained in:
o9000 2017-12-20 19:43:23 +01:00
parent 00c79073f0
commit 50822bd2fd

View file

@ -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:")