mirror of
https://github.com/docker/docs.git
synced 2026-04-02 01:08:53 +07:00
Hack: set NONUKE environment variable to run the tests without cleanup, to investigate temp directories
This commit is contained in:
@@ -36,6 +36,9 @@ var (
|
||||
)
|
||||
|
||||
func nuke(runtime *Runtime) error {
|
||||
if nonuke := os.Getenv("NONUKE"); nonuke != "" {
|
||||
return nil
|
||||
}
|
||||
var wg sync.WaitGroup
|
||||
for _, container := range runtime.List() {
|
||||
wg.Add(1)
|
||||
|
||||
Reference in New Issue
Block a user