-
-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Labels
Description
I noticed that cctest.exe
run failure doesn't show as test failure. For e.g. here is the CI run triggered for node-chakracore
and it says test pass even if test case inside cctest hits an assert. Is there any reason of not having a post-build action step to parse cctest.tap
output similar to test.tap
output?
I think on non-windows, the make
job will anyway fail if cctest
fails, so this is only problem for windows.