Browse Source

waf: fail the check if not all test programs succeed

So that integration with Travis work properly.
mission-4.1.18
Gustavo Jose de Sousa 9 years ago committed by Lucas De Marchi
parent
commit
54d938e2c4
  1. 2
      Tools/ardupilotwaf/ardupilotwaf.py

2
Tools/ardupilotwaf/ardupilotwaf.py

@ -234,6 +234,8 @@ def test_summary(bld): @@ -234,6 +234,8 @@ def test_summary(bld):
for filename in fails:
Logs.error(' %s' % filename)
bld.fatal('check: some tests failed')
def build_shortcut(targets=None):
def build_fn(bld):
if targets:

Loading…
Cancel
Save