Regression tests: check compilation on BSD
This commit is contained in:
parent
00c79073f0
commit
50822bd2fd
1 changed files with 0 additions and 1 deletions
|
@ -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:")
|
||||||
|
|
Loading…
Reference in a new issue