lang: Print the actual stream error on test failure
This is useful for debugging.
This commit is contained in:
@@ -1337,7 +1337,7 @@ func TestAstFunc2(t *testing.T) {
|
|||||||
}
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("test #%d: FAIL", index)
|
t.Errorf("test #%d: FAIL", index)
|
||||||
t.Errorf("test #%d: stream errored", index)
|
t.Errorf("test #%d: stream errored: %+v", index, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user