This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
dagger
Archived
Watch
1
Star
0
Fork
0
You've already forked dagger
Code
Issues
1
Pull Requests
1
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-04-08
. You can view files and clone it, but cannot push or open issues or pull requests.
ce1a5659eb
dagger
/
pkg
/
universe.dagger.io
/
bash
/
test
/
test.bats
11 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bash.#Run: new and improved * Script is written to filesystem, not inlined as argument * Pass script either as string, or directory+filename Signed-off-by: Solomon Hykes <solomon@dagger.io>
2022-02-08 18:54:42 +01:00
setup() {
load '../../bats_helpers'
common_setup
}
bash: cleanup tests Signed-off-by: Solomon Hykes <solomon@dagger.io>
2022-02-09 00:47:28 +01:00
@test "bash" {
dagger up
bash.#Run: new and improved * Script is written to filesystem, not inlined as argument * Pass script either as string, or directory+filename Signed-off-by: Solomon Hykes <solomon@dagger.io>
2022-02-08 18:54:42 +01:00
}
Reference in New Issue
Copy Permalink