[PATCH] test: Don't ignore test output files when written to the wrong directory
"Bryce W. Harrington" <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <5A5FB412583EA944A1D0228D52A9C57263A436@sisaex02sj> |
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 <[email protected]> --- 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 - [email protected] Open Source Group - Samsung Research America -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo