Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6576ad3 authored by Yu Liu's avatar Yu Liu
Browse files

Properly report failures in the CUJ scripts

Bug: 318706915
Test: manual test
Change-Id: I25dc7908f354c09cb829070e6de86f6cdfa38dab
parent d90afc1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -704,6 +704,7 @@ def main(argv):
        runner.Run()
    except FatalError:
        sys.stderr.write(f"FAILED\n")
        sys.exit(1)


if __name__ == "__main__":