mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #13934 from cevich/fix_debug
Fix e2e tests referencing generic env. var.
This commit is contained in:
@ -849,7 +849,7 @@ func (p *PodmanTestIntegration) makeOptions(args []string, noEvents, noCache boo
|
|||||||
}
|
}
|
||||||
|
|
||||||
var debug string
|
var debug string
|
||||||
if _, ok := os.LookupEnv("DEBUG"); ok {
|
if _, ok := os.LookupEnv("E2E_DEBUG"); ok {
|
||||||
debug = "--log-level=debug --syslog=true "
|
debug = "--log-level=debug --syslog=true "
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user