]> git.proxmox.com Git - pve-firewall.git/commitdiff
fwtester: reduce extra empty lines a bit
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 May 2020 12:09:53 +0000 (14:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 May 2020 12:09:53 +0000 (14:09 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/fwtester.pl

index 1ba2da25cdeb35e71c04c5cb666eb7e82b900177..457f352100b09395dbe05813cd8cd91aca2c82f2 100755 (executable)
@@ -92,15 +92,10 @@ sub run_tests {
                }
            };
            if (my $err = $@) {
-
                print Dumper($ruleset->{filter}) if !$debug;
-
                print PVE::FirewallSimulator::get_trace() . "\n" if !$debug;
-
                print "$filename line $.: $line";
-
                print "test failed: $err\n";
-
                exit(-1);
            }
        } else {