From fd30a81fa96d613953d22553a38da9abbe015f25 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 25 Mar 2015 17:32:58 +0200 Subject: Made run_tests.py output test results in junit xml to allow better integration with CI tools. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e09cfa0..4df65c8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ __pycache__ /work area /meson-test-run.txt +/meson-test-run.xml .DS_Store *~ -- cgit v1.1