[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 6dbf11: Adding JUnit result ou
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 6dbf11: Adding JUnit result output |
Date: |
Sun, 04 Mar 2012 20:31:56 -0800 |
Branch: refs/heads/hardware_test
Home: https://github.com/paparazzi/paparazzi
Commit: 6dbf1183bd5fea6c3ff1a68a518903aac25585b9
https://github.com/paparazzi/paparazzi/commit/6dbf1183bd5fea6c3ff1a68a518903aac25585b9
Author: Bernard Davison <address@hidden>
Date: 2012-03-04 (Sun, 04 Mar 2012)
Changed paths:
M Makefile
M tests/Makefile
Log Message:
-----------
Adding JUnit result output
The JUnit results can be added by specifying JUNIT=1 from the make
command line.
This is important as the Bamboo server can read JUnit results and
include them in the build reports.
This requires that the Perl module TAP::Formatter::JUnit is installed
on the host that the command is run on.
The JUnit results are created under tests/results and have the name
ABC.junit.xml
Commit: 4b6d045ce0b220347abf3dae245c7c1a4bbb4e8c
https://github.com/paparazzi/paparazzi/commit/4b6d045ce0b220347abf3dae245c7c1a4bbb4e8c
Author: Bernard Davison <address@hidden>
Date: 2012-03-04 (Sun, 04 Mar 2012)
Changed paths:
M .gitignore
Log Message:
-----------
Adding the tests/results directory to be ignored.
We never want to commit anything from the tests/results/ directory.
Compare: https://github.com/paparazzi/paparazzi/compare/0c1bc17...4b6d045
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 6dbf11: Adding JUnit result output,
GitHub <=