mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
11 lines
177 B
Bash
Executable file
11 lines
177 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
. "$(dirname "$0")/test-helper.inc.sh"
|
|
|
|
exit_on_package_build
|
|
|
|
CLEANUP_FILE="$1"
|
|
DISPLAY_SERVER="$2"
|
|
|
|
cleanup "${CLEANUP_FILE}" "${DISPLAY_SERVER}"
|