using "$DAGGER"
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
parent
518d76cbe2
commit
33db6ab90a
@ -7,6 +7,6 @@ setup() {
|
|||||||
@test "plan: hello" {
|
@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
|
# Europa loader handles the cwd differently, therefore we need to CD into the tree at or below the parent of cue.mod
|
||||||
cd "$TESTDIR"
|
cd "$TESTDIR"
|
||||||
run dagger --europa up ./plan/hello-europa
|
run "$DAGGER" --europa up ./plan/hello-europa
|
||||||
assert_success
|
assert_success
|
||||||
}
|
}
|
Reference in New Issue
Block a user