easier to debug if verification fail after

Signed-off-by: Alexandre Derumier <aderum...@odiso.com>
---
 test/generateconfig.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/generateconfig.pl b/test/generateconfig.pl
index afc8fa8..0f96584 100644
--- a/test/generateconfig.pl
+++ b/test/generateconfig.pl
@@ -14,9 +14,9 @@ PVE::Network::Plugin->init();
 
 
 my $rawconfig = generate_network_config();
+print $rawconfig;
 verify_merged_config($rawconfig);
 write_final_config($rawconfig);
-print $rawconfig;
 
 sub generate_network_config {
 
-- 
2.11.0

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to