This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests/plan.bats

16 lines
352 B
Plaintext
Raw Normal View History

setup() {
load 'helpers'
common_setup
}
@test "plan: hello" {
# Europa loader handles the cwd differently, therefore we need to CD into the tree at or below the parent of cue.mod
cd "$TESTDIR"
"$DAGGER" --europa up ./plan/hello-europa
}
@test "plan: unix socket" {
cd "$TESTDIR"
"$DAGGER" --europa up ./plan/context/services/unix
}