diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-03 12:53:41 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-03 12:53:41 -0500 |
commit | 112d25e6b2a20e8e39c1f22f6a30e0130616c64f (patch) | |
tree | 31f921f29748fb79b961c5256f5eea3f92bc7b1c /packages/debian | |
parent | c496b6a11d504ef62371cb5e03ac80b4ceb37540 (diff) | |
download | vyos-cloud-init-112d25e6b2a20e8e39c1f22f6a30e0130616c64f.tar.gz vyos-cloud-init-112d25e6b2a20e8e39c1f22f6a30e0130616c64f.zip |
make package build run tests
Diffstat (limited to 'packages/debian')
-rwxr-xr-x | packages/debian/rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/debian/rules.in b/packages/debian/rules.in index bb2e1d5c..d6cd23ae 100755 --- a/packages/debian/rules.in +++ b/packages/debian/rules.in @@ -16,4 +16,4 @@ override_dh_install: override_dh_auto_test: # Because setup tools didn't copy data... [ ! -d .pybuild/pythonX.Y_?.?/build/tests ] || cp -r tests/data .pybuild/pythonX.Y_?.?/build/tests - http_proxy= dh_auto_test -- --test-nose + http_proxy= make check |