Enable optional, verbose test debug output.
This commit is contained in:
parent
eafb1679e5
commit
d6be3a1182
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ sub _initSession {
|
|||
my ($label, $table) = @checkCount[$i, $i+1];
|
||||
my $quant = $session->db->quickScalar('SELECT COUNT(*) FROM ' . $table);
|
||||
my $delta = $quant - $initCounts{$table};
|
||||
if ($delta) {
|
||||
if ($delta || $ENV{WEBGUI_TEST_DEBUG} eq 2) {
|
||||
$CLASS->builder->diag(sprintf '%-24s: %4d (delta %+d)', $label, $quant, $delta);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue