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>
This commit is contained in:
10
pkg/universe.dagger.io/bash/test/bash.bats
Normal file
10
pkg/universe.dagger.io/bash/test/bash.bats
Normal file
@@ -0,0 +1,10 @@
|
||||
setup() {
|
||||
load '../../bats_helpers'
|
||||
|
||||
common_setup
|
||||
}
|
||||
|
||||
@test "bash.#Run" {
|
||||
dagger up ./run-simple
|
||||
}
|
||||
|
Reference in New Issue
Block a user