Regression tests
This commit is contained in:
parent
e7492047c0
commit
eef665c896
1 changed files with 6 additions and 0 deletions
|
@ -214,6 +214,12 @@ def main():
|
||||||
print("```")
|
print("```")
|
||||||
print(diff_staged)
|
print(diff_staged)
|
||||||
print("```")
|
print("```")
|
||||||
|
out, _ = run("lsb_release -sd", True)
|
||||||
|
out.strip()
|
||||||
|
print("System:", out)
|
||||||
|
out, _ = run("cat /proc/cpuinfo | grep 'model name' | head -n1 | cut -d ':' -f2", True)
|
||||||
|
out.strip()
|
||||||
|
print("Hardware:", out)
|
||||||
print("")
|
print("")
|
||||||
print("# Compilation")
|
print("# Compilation")
|
||||||
cmake_flags = "-DCMAKE_BUILD_TYPE=Debug -DENABLE_ASAN=ON"
|
cmake_flags = "-DCMAKE_BUILD_TYPE=Debug -DENABLE_ASAN=ON"
|
||||||
|
|
Loading…
Reference in a new issue