[kde-linux/os-autoinst-distri-kdelinux] extensions/openqa/usr/lib/kde-linux-openqa: openqa-selenium-webdriver-at-spi-run: pass all args
Bhushan Shah <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 206ffeaccdaeaad78232a0e3351a88ad019415b0 by Bhushan Shah. Committed on 20/07/2026 at 11:55. Pushed by bshah into branch 'master'. openqa-selenium-webdriver-at-spi-run: pass all args M +1 -1 extensions/openqa/usr/lib/kde-linux-openqa/openqa-selenium-webdriver-at-spi-run https://invent.kde.org/kde-linux/os-autoinst-distri-kdelinux/-/commit/206ffeaccdaeaad78232a0e3351a88ad019415b0 diff --git a/extensions/openqa/usr/lib/kde-linux-openqa/openqa-selenium-webdriver-at-spi-run b/extensions/openqa/usr/lib/kde-linux-openqa/openqa-selenium-webdriver-at-spi-run index 8405566..b3d5fe8 100755 --- a/extensions/openqa/usr/lib/kde-linux-openqa/openqa-selenium-webdriver-at-spi-run +++ b/extensions/openqa/usr/lib/kde-linux-openqa/openqa-selenium-webdriver-at-spi-run @@ -21,4 +21,4 @@ gsettings set org.gnome.desktop.interface toolkit-accessibility true # This can happen when a test times out in OpenQA, and it gets killed. fuser -k 4723/tcp || true -KWIN_PID="$(pgrep -n kwin_wayland)" TEST_WITH_CLEAN_HOME=0 TEST_WITH_VIDEO_RECORDER=0 selenium-webdriver-at-spi-run python3 "$1" +KWIN_PID="$(pgrep -n kwin_wayland)" TEST_WITH_CLEAN_HOME=0 TEST_WITH_VIDEO_RECORDER=0 selenium-webdriver-at-spi-run python3 "$@"