mirror of
https://github.com/containers/podman.git
synced 2025-06-26 21:07:02 +08:00
Merge pull request #7047 from edsantiago/ci_login_flake_fix
CI: attempt to fix flake in login test
This commit is contained in:
@ -152,6 +152,8 @@ var _ = SynchronizedBeforeSuite(func() []byte {
|
|||||||
|
|
||||||
return []byte(path)
|
return []byte(path)
|
||||||
}, func(data []byte) {
|
}, func(data []byte) {
|
||||||
|
cwd, _ := os.Getwd()
|
||||||
|
INTEGRATION_ROOT = filepath.Join(cwd, "../../")
|
||||||
LockTmpDir = string(data)
|
LockTmpDir = string(data)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user