fs: integration tests: add SUMMARY heading for log scraping

This commit is contained in:
Nick Craig-Wood 2017-11-29 15:55:37 +00:00
parent 1c6cad2252
commit 639e812789
1 changed files with 1 additions and 0 deletions

View File

@ -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 {