This commit is contained in:
Nikita Mikhaylov 2022-12-27 17:04:47 +00:00
parent ce6264b684
commit 00ecf6dd05

View File

@ -413,11 +413,11 @@ if __name__ == "__main__":
subprocess.check_call(f"docker kill {' '.join(containers)}", shell=True)
print(f"Containers {containers} killed")
# # Avoid overlaps with previous runs
# subprocess.check_call("dmesg --clear", shell=True)
# Avoid overlaps with previous runs
subprocess.check_call("dmesg --clear", shell=True)
print(("Running pytest container as: '" + cmd + "'."))
subprocess.check_call(cmd, shell=True)
# # Dump dmesg (to capture possible OOMs)
# subprocess.check_call("dmesg -T", shell=True)
# Dump dmesg (to capture possible OOMs)
subprocess.check_call("dmesg -T", shell=True)