mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
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.
8 lines
118 B
Bash
Executable file
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"
|