[neon/neon-packaging/selenium-webdriver-at-spi/Neon/unstable] debian/patches: add '--max-restarts=0' as per https://invent.kde.org/daspood/selenium-webdriver-at-spi/-/commit/700bff533d2ad5e17b59527b9f849d59eb4ced5d
Carlos De Maine
null at kde.org
Fri Dec 13 00:03:22 GMT 2024
Git commit a2c5f8298eab5cdf26989a36b73139d60a249e01 by Carlos De Maine.
Committed on 13/12/2024 at 00:03.
Pushed by carlosdem into branch 'Neon/unstable'.
add '--max-restarts=0' as per https://invent.kde.org/daspood/selenium-webdriver-at-spi/-/commit/700bff533d2ad5e17b59527b9f849d59eb4ced5d
M +1 -1 debian/patches/virtenv.diff
https://invent.kde.org/neon/neon-packaging/selenium-webdriver-at-spi/-/commit/a2c5f8298eab5cdf26989a36b73139d60a249e01
diff --git a/debian/patches/virtenv.diff b/debian/patches/virtenv.diff
index bf02f0c..b7416a3 100644
--- a/debian/patches/virtenv.diff
+++ b/debian/patches/virtenv.diff
@@ -29,7 +29,7 @@ index ba1d29455fd4728fc6feceeff44c8a9766aa982b..b79c014d56dddd5e17ba24b2e02f2c43
- exec('kwin_wayland', '--no-lockscreen', *extra_args,
+
+ if ENV.include?('VIRTUAL_ENV')
-+ exec('kwin-selenium-tester', *extra_args,
++ exec('kwin-selenium-tester', '--max-restarts=0', *extra_args,
+ '--exit-with-session', "#{__FILE__} #{ARGV.shelljoin}")
+ else
+ exec('kwin_wayland', '--no-lockscreen', *extra_args,
More information about the Neon-commits
mailing list