mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
8 lines
105 B
Bash
Executable file
8 lines
105 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
. "$(dirname "$0")/test-helper.inc.sh"
|
|
|
|
exit_on_package_build
|
|
|
|
cleanup "$1"
|