518d76cbe2
Signed-off-by: Richard Jones <richard@dagger.io>
12 lines
270 B
Bash
12 lines
270 B
Bash
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"
|
|
run dagger --europa up ./plan/hello-europa
|
|
assert_success
|
|
} |