diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-04-17 13:27:35 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-17 13:28:54 -0700 |
commit | a80cd4302337f1c3a807e127f5a6edc2f014f431 (patch) | |
tree | 488d12600f1bd1d20cd236846597f5e6c5f5aca5 /runsc/cmd | |
parent | 80deebb0bfde2a53c943deb8d8473239bb6de3eb (diff) |
Add test name to boot and gofer log files
This is to make easier to find corresponding logs in
case test fails.
PiperOrigin-RevId: 307104283
Diffstat (limited to 'runsc/cmd')
-rw-r--r-- | runsc/cmd/capability_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/capability_test.go b/runsc/cmd/capability_test.go index 0c27f7313..9360d7442 100644 --- a/runsc/cmd/capability_test.go +++ b/runsc/cmd/capability_test.go @@ -85,7 +85,7 @@ func TestCapabilities(t *testing.T) { Inheritable: caps, } - conf := testutil.TestConfig() + conf := testutil.TestConfig(t) // Use --network=host to make sandbox use spec's capabilities. conf.Network = boot.NetworkHost |