mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
mach android-emulator: avoid mach error messages for Python exceptions
This commit is contained in:
parent
8293b295be
commit
bee3fd09c2
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class PostBuildCommands(CommandBase):
|
||||||
return 1
|
return 1
|
||||||
env = self.build_env()
|
env = self.build_env()
|
||||||
emulator = path.join(env["ANDROID_SDK"], "emulator", "emulator")
|
emulator = path.join(env["ANDROID_SDK"], "emulator", "emulator")
|
||||||
check_call([emulator] + args)
|
return subprocess.call([emulator] + args)
|
||||||
|
|
||||||
@Command('rr-record',
|
@Command('rr-record',
|
||||||
description='Run Servo whilst recording execution with rr',
|
description='Run Servo whilst recording execution with rr',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue