Parametrize e2e tests to also check AWS environments.
- Fix destroy runner after timeout. - Add file deletion
This commit is contained in:
@@ -11,7 +11,7 @@ type ExitInfo struct {
|
||||
Err error
|
||||
}
|
||||
|
||||
type destroyRunnerHandler = func(r Runner) error
|
||||
type DestroyRunnerHandler = func(r Runner) error
|
||||
|
||||
type Runner interface {
|
||||
InactivityTimer
|
||||
|
Reference in New Issue
Block a user