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

./packages/openofficeorg/3.2.1/unstable r2062: more agressive cleanup after smoketest to also catch the temp dir created...



------------------------------------------------------------
revno: 2062
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Thu 2010-07-29 09:50:42 +0200
message:
  more agressive cleanup after smoketest to also catch the temp dir created...
modified:
  rules
=== modified file 'rules'
--- a/rules	2010-07-28 15:33:33 +0000
+++ b/rules	2010-07-29 07:50:42 +0000
@@ -2094,8 +2094,9 @@
 		export TMPDIR=$(CURDIR)/debian/smoketest; \
 		export JAVA_HOME=$(TEST_JAVA_HOME); \
 		SAL_USE_VCLPLUGIN="svp" ../solenv/bin/build.pl
-	# doesn't get cleaned up...
-	rmdir $(CURDIR)/debian/smoketest/ooopackaging
+	# doesn't get cleaned up.. (at least the dirs, the contents are gone)
+	cd $(CURDIR)/debian/smoketest && \
+	find . -noleaf -maxdepth 1 ! -name "patches" ! -name "." -exec rm -rf {} \;
 ifeq "$(ARCH)" "armel"
 	cd $(SOURCE_TREE)/smoketestoo_native && \
 		patch -p1 -R < $(CURDIR)/debian/smoketest/patches/smoketest-disable-db-insert-delete-seek-tests.diff


Reply to: