mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 22:18:00 -05:00
remove the gaurenteed fail
This commit is contained in:
@@ -230,6 +230,6 @@ if __name__ == "__main__":
|
|||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
logging.error("something went wrong running the benchmark!")
|
logging.error("something went wrong running the benchmark!")
|
||||||
logging.exception(ex)
|
logging.exception(ex)
|
||||||
|
sys.exit(1)
|
||||||
finally:
|
finally:
|
||||||
terminate_processes(PROCESS_NAME)
|
terminate_processes(PROCESS_NAME)
|
||||||
sys.exit(1)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user