Regression tests
o9000 mrovi9000@gmail.com
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
M
test/regression.py
→
test/regression.py
@@ -214,6 +214,12 @@ print("Diff staged:")
print("```") print(diff_staged) 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("# Compilation") cmake_flags = "-DCMAKE_BUILD_TYPE=Debug -DENABLE_ASAN=ON"