[pve-devel] [RFC ha-manager] don't regression test when building the simulator package

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Sep 14 13:50:02 CEST 2016


we did the tests already when building the HA manager package so
if those did not fail the one from the HA manager simulator will
certainly not fail too so do not waste time running them again.

This has the small drawback that if anyone just builds the simulator
package through `make simdeb` the test won't be run at all for the
build package, this is seldom the case and can be worked around -
i.e. just use the all make target or run the tests manual.

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 simdebian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/simdebian/rules b/simdebian/rules
index 343fd0b..4a6f1c9 100755
--- a/simdebian/rules
+++ b/simdebian/rules
@@ -12,6 +12,9 @@
 %:
 	dh $@
 
+override_dh_auto_test:
+
+
 override_dh_auto_install:
 
 	make DESTDIR=$$(pwd)/debian/pve-ha-simulator installsim
-- 
2.1.4





More information about the pve-devel mailing list