mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
cpu usage test debug print
old-commit-hash: d0ebf09d561b60dd6602e932e6d0ab6b4cad1830
This commit is contained in:
@@ -102,5 +102,7 @@ if __name__ == "__main__":
|
||||
passed = False
|
||||
try:
|
||||
passed = test_cpu_usage()
|
||||
except Exception as e:
|
||||
print("\n\n\n", "TEST FAILED:", str(e), "\n\n\n")
|
||||
finally:
|
||||
sys.exit(int(not passed))
|
||||
|
||||
Reference in New Issue
Block a user