v1.1.3 : Travis functional testing & minor changes

This commit is contained in:
Brendan LE GLAUNEC
2016-11-23 06:38:59 +01:00
parent e9ffb44b45
commit d98d78cd73
22 changed files with 188 additions and 173 deletions
+3 -1
View File
@@ -16,6 +16,7 @@ package main
import (
"fmt"
"os"
)
func main() {
@@ -38,7 +39,8 @@ func main() {
fmt.Println("--- Writing results... ---")
if !Tester.WriteResults(*(Tester.Result), Tester.Output) {
fmt.Println("-> Write results FAILED")
return
os.Exit(1)
}
fmt.Println("--- Writing results done ---")
os.Exit(0)
}