main_test: fix error logging of test

This commit is contained in:
Ayke van Laethem
2018-09-25 14:25:38 +02:00
parent 4731f2f787
commit 8f661d25a9
+1
View File
@@ -56,6 +56,7 @@ func runTest(path, tmpdir string, t *testing.T) {
if err != nil {
t.Log("failed to build:", err)
t.Fail()
return
}
// Run the test.