diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -487,6 +487,8 @@ def test(ctx): 'TriGTests', report, 'TriG', 'NQuads', '-a') autowaf.post_test(ctx, APPNAME) + if ctx.autowaf_tests[APPNAME]['failed'] > 0: + ctx.fatal('Failed %s tests' % APPNAME) def posts(ctx): path = str(ctx.path.abspath()) |