mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update getopts
*Sigh* https://github.com/rust-lang-nursery/getopts/pull/53#issuecomment-415770100
This commit is contained in:
parent
76dd6a4cdb
commit
a9627d233f
6 changed files with 13 additions and 8 deletions
|
@ -19,6 +19,6 @@ def start_servo(port, resolution):
|
|||
|
||||
# Use the below command if you are running this script on windows
|
||||
# cmds = 'mach.bat run --webdriver ' + port + ' --resolution ' + resolution
|
||||
cmds = './mach run --webdriver ' + port + ' --resolution ' + resolution
|
||||
cmds = './mach run --webdriver=' + port + ' --resolution ' + resolution
|
||||
process = subprocess.Popen(cmds, shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
return process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue