fix - ensure summary is printed at the end

This commit is contained in:
Yann Hamon 2020-05-31 17:04:21 +02:00
parent d94b0abf64
commit d5da392bcf

View file

@ -211,9 +211,9 @@ func realMain() int {
} }
wg.Wait() wg.Wait()
o.Flush()
close(validationResults) close(validationResults)
logWG.Wait() logWG.Wait()
o.Flush()
return 0 return 0
} }