forked from TrueCloudLab/rclone
fs: integration tests: add SUMMARY heading for log scraping
This commit is contained in:
parent
1c6cad2252
commit
639e812789
1 changed files with 1 additions and 0 deletions
|
@ -401,6 +401,7 @@ func main() {
|
||||||
duration := time.Since(start)
|
duration := time.Since(start)
|
||||||
|
|
||||||
// Summarise results
|
// Summarise results
|
||||||
|
log.Printf("SUMMARY")
|
||||||
if len(failed) == 0 {
|
if len(failed) == 0 {
|
||||||
log.Printf("PASS: All tests finished OK in %v", duration)
|
log.Printf("PASS: All tests finished OK in %v", duration)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue