mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1170998 - Update wptrunner mach command for changed return value from main()
This commit is contained in:
parent
d21524f9af
commit
0f154cbb96
@ -13,6 +13,5 @@ sys.path.insert(0, os.path.join(here, "harness"))
|
||||
from wptrunner import wptrunner
|
||||
|
||||
if __name__ == "__main__":
|
||||
success = wptrunner.main()
|
||||
if not success:
|
||||
sys.exit(1)
|
||||
rv = wptrunner.main()
|
||||
sys.exit(rv)
|
||||
|
Loading…
Reference in New Issue
Block a user