mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Append ".txt" to test debug log names.
PiperOrigin-RevId: 476495387
This commit is contained in:
committed by
gVisor bot
parent
0479a63023
commit
418394bfb1
@@ -235,7 +235,7 @@ func TestConfig(t *testing.T) *config.Config {
|
||||
}
|
||||
// Change test defaults.
|
||||
conf.Debug = true
|
||||
conf.DebugLog = path.Join(logDir, "runsc.log."+t.Name()+".%TIMESTAMP%.%COMMAND%")
|
||||
conf.DebugLog = path.Join(logDir, "runsc.log."+t.Name()+".%TIMESTAMP%.%COMMAND%.txt")
|
||||
conf.LogPackets = true
|
||||
conf.Network = config.NetworkNone
|
||||
conf.Strace = true
|
||||
|
||||
Reference in New Issue
Block a user