Update MasterSlave in all tools and add "none" to --recursion-method docs. Tools pass their tests.

This commit is contained in:
Daniel Nichter
2012-05-17 08:54:36 -06:00
parent e969d8d9f7
commit 392f74fc60
7 changed files with 51 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ unlike($output, qr/Table 'test.t' doesn't exist'/, 'It is not busted');
ok(-f '/tmp/pt-slave-restart.pid', 'PID file created');
ok(-f '/tmp/pt-slave-restart.log', 'Log file created');
my ($pid) = $output =~ /\s+(\d+)\s+/;
my ($pid) = $output =~ /^\s+\d+\s+(\d+)\s+/;
$output = `cat /tmp/pt-slave-restart.pid`;
is($output, $pid, 'PID file has correct PID');