Regression tests: check compilation on BSD
This commit is contained in:
@@ -295,7 +295,6 @@ def compile_remotely_and_report(host):
|
|||||||
print("Status: Failed!", error)
|
print("Status: Failed!", error)
|
||||||
print("Output:")
|
print("Output:")
|
||||||
print("```\n" + out.strip() + "\n```")
|
print("```\n" + out.strip() + "\n```")
|
||||||
raise RuntimeError("compilation failed")
|
|
||||||
if "warning:" in out:
|
if "warning:" in out:
|
||||||
print("Status: Succeeded with warnings!", warning)
|
print("Status: Succeeded with warnings!", warning)
|
||||||
print("Warnings:")
|
print("Warnings:")
|
||||||
|
|||||||
Reference in New Issue
Block a user