We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c52f5b commit 6c28b37Copy full SHA for 6c28b37
debian/rules
@@ -2,3 +2,17 @@
2
3
%:
4
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