Kill the browser that CI on wasm opens for testing
Otherwise CI hangs if no existing browser can be reused (typical case) Fixes: QTBUG-109876 Change-Id: I63436a23c23c4b74c27c18effafde53bb6a4a34e Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
parent
f090a4785b
commit
1558153360
@ -574,6 +574,7 @@ function(qt_internal_add_test name)
|
||||
# TODO: Add functionality to specify browser
|
||||
list(APPEND extra_test_args "--browser=chrome")
|
||||
list(APPEND extra_test_args "--browser_args=\"--password-store=basic\"")
|
||||
list(APPEND extra_test_args "--kill_exit")
|
||||
|
||||
# We always want to enable asyncify for tests, as some of them use exec
|
||||
# Optimize for size (-Os), since asyncify tends to make the resulting
|
||||
|
Loading…
x
Reference in New Issue
Block a user