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

[PATCH] t/tests/legacy-binary: fix the clean target



Working clean target helps with debugging test failures.
---
 t/tests/legacy-binary/debian/debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/tests/legacy-binary/debian/debian/rules b/t/tests/legacy-binary/debian/debian/rules
index 3057777..4123002 100755
--- a/t/tests/legacy-binary/debian/debian/rules
+++ b/t/tests/legacy-binary/debian/debian/rules
@@ -13,6 +13,7 @@ build: build-arch
 clean:
 	make -i clean
 	rm -f debian/files debian/substvars
+	rm -rf debian/tmp debian/binary debian/binary-data
 
 binary-arch: build
 	install -d $(tmp)/usr/bin
-- 
2.5.0


Reply to: