* 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>
11 lines
111 B
Bash
11 lines
111 B
Bash
setup() {
|
|
load '../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "bash.#Run" {
|
|
dagger up ./run-simple
|
|
}
|
|
|