summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-12-20 14:32:07 +0100
committerAndrej Mihajlov <and@mullvad.net>2022-12-20 16:59:43 +0100
commitd656052cf96755c726ef7ff2bdb3836c759c8b17 (patch)
treebb9ee34c08a9b541aa1b1dd8f6977b3eebb5f955
parent32d7c9188be208d83e73bfc092eed7a46b2195ce (diff)
downloadmullvadvpn-d656052cf96755c726ef7ff2bdb3836c759c8b17.tar.xz
mullvadvpn-d656052cf96755c726ef7ff2bdb3836c759c8b17.zip
Snapfile: stop on first error
-rw-r--r--ios/Snapfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/Snapfile b/ios/Snapfile
index 5f046038b0..5633df4fe2 100644
--- a/ios/Snapfile
+++ b/ios/Snapfile
@@ -31,6 +31,9 @@ erase_simulator(true)
# Disable concurrent simulators to prevent too many WireGuard public keys error
concurrent_simulators(false)
+# Stop right away on first error.
+stop_after_first_error(true)
+
# Hide simulator window
headless(true)