commit | c6576ad3071be572c6a679057c6cd8bbc67dc27f | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Tue Jan 16 19:27:45 2024 +0000 |
committer | Yu Liu <yudiliu@google.com> | Tue Jan 16 19:27:45 2024 +0000 |
tree | 9305a4dd379cd2245844118538776edd48ae0208 | |
parent | d90afc1d984a4c89b5c27b742c5250d1ce165105 [diff] [blame] |
Properly report failures in the CUJ scripts Bug: 318706915 Test: manual test Change-Id: I25dc7908f354c09cb829070e6de86f6cdfa38dab
diff --git a/tools/perf/benchmarks b/tools/perf/benchmarks index e188858..05adbe5 100755 --- a/tools/perf/benchmarks +++ b/tools/perf/benchmarks
@@ -704,6 +704,7 @@ runner.Run() except FatalError: sys.stderr.write(f"FAILED\n") + sys.exit(1) if __name__ == "__main__":