mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-13 14:39:28 +00:00
Fix t/lib/Percona/Toolkit.t and t/lib/Percona/WebAPI/Client.t.
This commit is contained in:
@@ -71,7 +71,7 @@ my $bzr = can_run('bzr');
|
||||
SKIP: {
|
||||
skip "Can't run bzr, skipping tag checking", 1 unless $bzr;
|
||||
chomp(my $root = `$bzr root 2>/dev/null`);
|
||||
skip '$trunk and bzr root differ, skipping tag checking'
|
||||
skip '$trunk and bzr root differ, skipping tag checking', 1
|
||||
unless $root eq $trunk;
|
||||
|
||||
my @tags = split /\n/, `$bzr tags`;
|
||||
|
Reference in New Issue
Block a user