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

[dak/master] debian/rules: try running integration tests



---
 debian/control | 2 ++
 debian/rules   | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index 6ead955..a5320d2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,8 @@ Source: dak
 Section: misc
 Priority: extra
 Build-Depends: debhelper (>= 9~),
+               postgresql-9.6 | postgresql-9.4,
+               postgresql-9.6-debversion | postgresql-9.4-debversion,
                python-all-dev,
                python-apt,
                python-debian,
diff --git a/debian/rules b/debian/rules
index 5ed343e..139f043 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ ifneq ($(JENKINS_EXPORTS_DIR),)
 endif
 	mkdir -p debian/test-gnupghome
 	GNUPGHOME=$$(pwd)/debian/test-gnupghome py.test -v tests $(PYBUILD_EXTRA_ARGS)
+	./integration-tests/run-tests
 endif
 
 # Replace with "debian/test-gnupghome/" in d/clean once
-- 
2.1.4


Reply to: