[pve-devel] [PATCH pve-network 2/3] generateconfig: print config before test
Alexandre Derumier
aderumier at odiso.com
Fri Mar 29 00:23:51 CET 2019
easier to debug if verification fail after
Signed-off-by: Alexandre Derumier <aderumier at 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
More information about the pve-devel
mailing list