Merge pull request #1195 from talentedmrjones/fix-plan-test

fixed plan test
This commit is contained in:
Sam Alba 2021-12-10 10:25:25 -08:00 committed by GitHub
commit 366e967356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ setup() {
}
@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
}