Merge lp:~davi/randgen/randgen into lp:randgen

Proposed by Davi Arnaut
Status: Merged
Approved by: Patrick Crews
Approved revision: 867
Merged at revision: 867
Proposed branch: lp:~davi/randgen/randgen
Merge into: lp:randgen
Diff against target: 13 lines (+2/-1)
1 file modified
gentest.pl (+2/-1)
To merge this branch: bzr merge lp:~davi/randgen/randgen
Reviewer Review Type Date Requested Status
Elena Stepanova Approve
Review via email: mp+172428@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Patrick Crews (patrick-crews) wrote :

lgtm

Revision history for this message
Elena Stepanova (elenst) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gentest.pl'
2--- gentest.pl 2013-06-21 14:36:59 +0000
3+++ gentest.pl 2013-07-01 22:07:32 +0000
4@@ -146,7 +146,8 @@
5 'logconf',
6 'report-tt-logdir',
7 'debug_server',
8- 'querytimeout'],
9+ 'querytimeout',
10+ 'multi-master'],
11 help => \&help);
12
13 help() if !$opt_result || $config->help;