engine.#Copy

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2021-12-17 15:58:52 -07:00
parent 1508f4cb7a
commit 1ea035ff16
8 changed files with 257 additions and 0 deletions

View File

@@ -46,3 +46,12 @@ setup() {
"$DAGGER" --europa up ./user.cue
"$DAGGER" --europa up ./workdir.cue
}
@test "task: #Copy" {
cd "$TESTDIR"/tasks/copy
"$DAGGER" --europa up ./copy_exec.cue
"$DAGGER" --europa up ./copy_file.cue
run "$DAGGER" --europa up ./copy_exec_invalid.cue
assert_failure
}