mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-16 10:22:07 +08:00
cpu usage test debug print
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