v1.1.4 : Fixed a case in which func tests didnt detect errors

This commit is contained in:
Brendan LE GLAUNEC
2016-12-13 15:22:53 +01:00
parent 1e25be7ca5
commit 3510b98797
14 changed files with 102 additions and 95 deletions
+1
View File
@@ -41,6 +41,7 @@ func main() {
fmt.Println("-> Write results FAILED")
os.Exit(1)
}
fmt.Println("--- Writing results done ---")
os.Exit(0)
}