Merge pull request #1195 from talentedmrjones/fix-plan-test
fixed plan test
This commit is contained in:
commit
366e967356
@ -5,6 +5,8 @@ setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "plan: hello" {
|
@test "plan: hello" {
|
||||||
run dagger --europa up ./plan/hello-europa
|
# 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
|
assert_success
|
||||||
}
|
}
|
Reference in New Issue
Block a user