build_release: Fix running smoke test on OS X
This commit is contained in:
parent
901ccebca6
commit
180d113914
@ -111,7 +111,7 @@ def build_osx():
|
|||||||
try:
|
try:
|
||||||
binary = os.path.join(tmpdir, 'qutebrowser.app', 'Contents',
|
binary = os.path.join(tmpdir, 'qutebrowser.app', 'Contents',
|
||||||
'MacOS', 'qutebrowser')
|
'MacOS', 'qutebrowser')
|
||||||
subprocess.check_call([binary])
|
smoke_test(binary)
|
||||||
finally:
|
finally:
|
||||||
subprocess.check_call(['hdiutil', 'detach', tmpdir])
|
subprocess.check_call(['hdiutil', 'detach', tmpdir])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user