[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] f62c56: [tests] option to show
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] f62c56: [tests] option to show warnings even if successful... |
Date: |
Fri, 14 Nov 2014 05:01:24 -0800 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: f62c56f4e93df701c0b3031e330ab2421283dc32
https://github.com/paparazzi/paparazzi/commit/f62c56f4e93df701c0b3031e330ab2421283dc32
Author: Felix Ruess <address@hidden>
Date: 2014-11-13 (Thu, 13 Nov 2014)
Changed paths:
M tests/examples/01_compile_all_aircrafts.t
Log Message:
-----------
[tests] option to show warnings even if successfully compiled
Examples on how to test compile all aircrafts/targets in your current conf.xml:
with parallel compilation and showing full output during compilation
$ J=AUTO prove tests/examples -v
only showing full compile output if there has been an error, if there were
warnings only print those
$ SHOW_WARNINGS_ONLY=1 prove test/examples
with parallel compilation and treating all warnings as errors:
$ J=AUTO USER_CFLAGS=-Werror prove tests/examples
Commit: 0c4dad2c984aeb43e75b335d908df6db16c896bc
https://github.com/paparazzi/paparazzi/commit/0c4dad2c984aeb43e75b335d908df6db16c896bc
Author: Felix Ruess <address@hidden>
Date: 2014-11-13 (Thu, 13 Nov 2014)
Changed paths:
M .travis.yml
Log Message:
-----------
update travis config to show warnings
Commit: 357b2df9fa73027d40fca02ce6478776d47ccf20
https://github.com/paparazzi/paparazzi/commit/357b2df9fa73027d40fca02ce6478776d47ccf20
Author: Felix Ruess <address@hidden>
Date: 2014-11-13 (Thu, 13 Nov 2014)
Changed paths:
M .travis.yml
Log Message:
-----------
install libipc-run-perl in travis setup
Commit: 7fe80015714ed7b29ec51445059ced06dc1afb08
https://github.com/paparazzi/paparazzi/commit/7fe80015714ed7b29ec51445059ced06dc1afb08
Author: Felix Ruess <address@hidden>
Date: 2014-11-14 (Fri, 14 Nov 2014)
Changed paths:
M .travis.yml
M tests/examples/01_compile_all_aircrafts.t
Log Message:
-----------
Merge pull request #945 from flixr/tests_show_warnings_only
[tests] option to show warnings even if successfully compiled
Examples on how to test compile all aircrafts/targets in your current conf.xml:
with parallel compilation and showing full output during compilation
```
J=AUTO prove tests/examples -v
```
only showing full compile output if there has been an error, if there were
warnings only print those
```
SHOW_WARNINGS_ONLY=1 prove test/examples
```
with parallel compilation and treating all warnings as errors:
```
J=AUTO USER_CFLAGS=-Werror prove tests/examples
```
Compare:
https://github.com/paparazzi/paparazzi/compare/a0ecc7859802...7fe80015714e
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] f62c56: [tests] option to show warnings even if successful...,
GitHub <=