From 639e812789971b8e5d6b8b1fead6bf81ca932d2a Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 29 Nov 2017 15:55:37 +0000 Subject: [PATCH] fs: integration tests: add SUMMARY heading for log scraping --- fs/test_all.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/test_all.go b/fs/test_all.go index 5688fa69a..8e8109cf1 100644 --- a/fs/test_all.go +++ b/fs/test_all.go @@ -401,6 +401,7 @@ func main() { duration := time.Since(start) // Summarise results + log.Printf("SUMMARY") if len(failed) == 0 { log.Printf("PASS: All tests finished OK in %v", duration) } else {