Skip to content

Commit e145717

Browse files
committed
Gather fetch.log from the top-level location
It does get copied into the instance directories, but I forget that half the time and wonder where it is in the Kokoro tests.
1 parent ae56291 commit e145717

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

e2etests/cvd/common/common.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ func (tc *TestContext) TearDown() {
440440
"cuttlefish_runtime/cuttlefish_config.json",
441441
"cuttlefish_runtime/logcat",
442442
"cuttlefish_runtime/*.log",
443+
"fetch.log",
443444
}
444445
for _, pattern := range patterns {
445446
matches, err := filepath.Glob(path.Join(tc.tempdir, pattern))

0 commit comments

Comments
 (0)