[cairo] [PATCH] test: Don't ignore test output files when written to the wrong directory

Bryce W. Harrington b.harrington at samsung.com
Tue Jul 2 16:18:41 PDT 2013


Tests should be placing output files in the output/ directory now,
although not all tests follow this standard practice.  Drop the
"*.out.*" from .gitignore to make improper test behavior more evident.

This reveals about fourteen misplaced output files written in ./test
during a default config test run.

Signed-off-by: Bryce Harrington <b.harrington at samsung.com>
---
 test/.gitignore |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/test/.gitignore b/test/.gitignore
index dba5877..836f3f9 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -18,10 +18,6 @@ pdf2png
 ps2png
 svg2png
 valgrind-log
-*.out.*
-*.pass.*
-*.fail.*
-*.diff.png
 *.manifest
 *.gcda
 *.gcno
-- 
1.7.9.5


--
Bryce Harrington
Senior Open Source Developer  -  b.harrington at samsung.com
Open Source Group             -  Samsung Research America



More information about the cairo mailing list