diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-25 17:32:58 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-25 17:32:58 +0200 |
commit | fd30a81fa96d613953d22553a38da9abbe015f25 (patch) | |
tree | 811937af30024861e099d268259d76f3b39fe7aa /.gitignore | |
parent | bb28b6b51c2b39ef061214e06b58193e6c88c2ba (diff) | |
download | meson-fd30a81fa96d613953d22553a38da9abbe015f25.zip meson-fd30a81fa96d613953d22553a38da9abbe015f25.tar.gz meson-fd30a81fa96d613953d22553a38da9abbe015f25.tar.bz2 |
Made run_tests.py output test results in junit xml to allow better integration with CI tools.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ __pycache__ /work area /meson-test-run.txt +/meson-test-run.xml .DS_Store *~ |