We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae56291 commit e145717Copy full SHA for e145717
1 file changed
e2etests/cvd/common/common.go
@@ -440,6 +440,7 @@ func (tc *TestContext) TearDown() {
440
"cuttlefish_runtime/cuttlefish_config.json",
441
"cuttlefish_runtime/logcat",
442
"cuttlefish_runtime/*.log",
443
+ "fetch.log",
444
}
445
for _, pattern := range patterns {
446
matches, err := filepath.Glob(path.Join(tc.tempdir, pattern))
0 commit comments