Skip to content

Commit 6c28b37

Browse files
committed
disable drgn testing when constructing debian package
1 parent 0c52f5b commit 6c28b37

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

debian/rules

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,17 @@
22

33
%:
44
dh $@ --with python3 --buildsystem=pybuild
5+
6+
override_dh_auto_test:
7+
#
8+
# Don't run drgn's tests during the build step; The repo comes
9+
# with its own testing that takes place elsewhere ->
10+
# https://travis-ci.org/github/delphix/drgn/branches
11+
#
12+
# Ideally it wouldn't hurt having them run here too but due to
13+
# drgn's testing setup, we'd have to override pybuild's default
14+
# behavior. Since drgn is not a project that is owned by us,
15+
# disabling tests here makes even more sense as we won't have
16+
# to adjust the setup here every time a change in the test
17+
# framework of drgn is applied upstream.
18+
#

0 commit comments

Comments
 (0)