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

Commit 5afa685f authored by Yu Liu's avatar Yu Liu Committed by Gerrit Code Review
Browse files

Merge "Properly report failures in the CUJ scripts" into main

parents 27cf1a5c c6576ad3
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__":