nix-super/mk/debug-test.sh

11 lines
130 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -eu -o pipefail
test=$1
dir="$(dirname "${BASH_SOURCE[0]}")"
source "$dir/common-test.sh"
run "$test"