spiegel-keyman/linux/ibus-keyman/tests/scripts/setup-tests.sh
Eberhard Beilharz 1b5a86607d
chore(linux): Check that background processes are still running
Before we run a test we now check that ibus and the other processes
we need are still running. If not we run test setup again.

Maybe fix #9570.
2023-09-25 18:55:54 +02:00

8 lines
118 B
Bash
Executable file

#!/usr/bin/env bash
set -eu
. "$(dirname "$0")/test-helper.inc.sh"
exit_on_package_build
setup "$1" "$2" "$3" "$4"