diff options
author | Marko Kreen | 2012-11-28 18:13:10 +0000 |
---|---|---|
committer | Marko Kreen | 2012-11-28 18:13:10 +0000 |
commit | 27c206bc40b79b310a709bc8fce844264c7ab35b (patch) | |
tree | 096b16ffe32eb9b3371d9fb0b42b3afd40660ae1 | |
parent | 6f3595cfe21aa549fa8258ebba083ed1b79ae04a (diff) |
londiste regen.sh: don't run repair/compare quietly
-rwxr-xr-x | tests/londiste/regen.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/londiste/regen.sh b/tests/londiste/regen.sh index f49aedaa..b40ae4ec 100755 --- a/tests/londiste/regen.sh +++ b/tests/londiste/regen.sh @@ -198,12 +198,12 @@ msg "Test repair" run psql -d db3 -c "set session_replication_role='replica'; delete from mytable where data='row5'" run londiste3 $v conf/londiste_db3.ini repair --apply mytable msg "Test compare" -run londiste3 $v conf/londiste_db3.ini compare mytable +run londiste3 conf/londiste_db3.ini compare mytable msg "Test branch compare" -run londiste3 $v conf/londiste_db5.ini compare +run londiste3 conf/londiste_db5.ini compare msg "Test branch repair" -run londiste3 $v conf/londiste_db5.ini repair +run londiste3 conf/londiste_db5.ini repair do_check fi |