mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 14:18:32 +00:00
More debug hacks.
This commit is contained in:
@@ -9,7 +9,7 @@ BEGIN {
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings FATAL => 'all';
|
use warnings FATAL => 'all';
|
||||||
use English qw(-no_match_vars);
|
use English qw(-no_match_vars);
|
||||||
use Test::More tests => 108;
|
use Test::More; # tests => 108;
|
||||||
|
|
||||||
use PerconaTest;
|
use PerconaTest;
|
||||||
|
|
||||||
@@ -304,7 +304,8 @@ is_deeply(
|
|||||||
# "",
|
# "",
|
||||||
# "->show_inactive works"
|
# "->show_inactive works"
|
||||||
#);
|
#);
|
||||||
|
done_testing;
|
||||||
|
exit;
|
||||||
# ############################################################################
|
# ############################################################################
|
||||||
# Sane defaults and fatal errors
|
# Sane defaults and fatal errors
|
||||||
# ############################################################################
|
# ############################################################################
|
||||||
|
Reference in New Issue
Block a user