mirror of https://github.com/rclone/rclone.git
fs: integration tests: add SUMMARY heading for log scraping
This commit is contained in:
parent
1c6cad2252
commit
639e812789
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue