[gobject-introspection/wip/docs: 9/23] tests: Don't remove the built doctool directories if we're done



commit bfeac67a02b618e1e771db3e05601bde9b0fb5d8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jan 31 19:25:43 2013 -0500

    tests: Don't remove the built doctool directories if we're done

 tests/doctool/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/doctool/Makefile.am b/tests/doctool/Makefile.am
index 9a0734c..127b258 100644
--- a/tests/doctool/Makefile.am
+++ b/tests/doctool/Makefile.am
@@ -41,10 +41,10 @@ GIRS += DocExamples-1.0.gir
 	$(AM_V_at)$(INTROSPECTION_DOCTOOL) --language Python $*.gir -o $*-Python/
 
 %-C.page.check: %-C
-	@diff -u -w -B -U 10 $(srcdir)/$*-C-expected $*-C && echo "  TEST  $*-C" && rm -rf $*-C
+	@diff -u -w -B -U 10 $(srcdir)/$*-C-expected $*-C && echo "  TEST  $*-C"
 
 %-Python.page.check: %-Python
-	@diff -u -w -B -U 10 $(srcdir)/$*-Python-expected $*-Python && echo "  TEST  $*-Python" && rm -rf $*-Python
+	@diff -u -w -B -U 10 $(srcdir)/$*-Python-expected $*-Python && echo "  TEST  $*-Python"
 
 check-local: $(CHECK_TARGETS) $(TYPELIBS)
 clean-local:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]