do -> "do"

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-03-08 09:47:17 -07:00
parent cf2538e1b2
commit c9f9fd66d7

View File

@ -7,7 +7,7 @@ setup() {
@test "plan/do dynamic tasks - fails to find tasks" { @test "plan/do dynamic tasks - fails to find tasks" {
# 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" do -p ./plan/do/dynamic_tasks.cue test b run "$DAGGER" "do" -p ./plan/do/dynamic_tasks.cue test b
# No output because of weirdness with dynamic tasks, which causes it to fail # No output because of weirdness with dynamic tasks, which causes it to fail
refute_output --partial "actions.test.b" refute_output --partial "actions.test.b"
} }