Properly report failures in the CUJ scripts
Bug: 318706915 Test: manual test Change-Id: I25dc7908f354c09cb829070e6de86f6cdfa38dab
This commit is contained in:
@@ -704,6 +704,7 @@ def main(argv):
|
||||
runner.Run()
|
||||
except FatalError:
|
||||
sys.stderr.write(f"FAILED\n")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user