Fri Jun 9 10:12:21 PDT 2006
- Previous message: [Slony1-commit] By wieck: Fixed double quote escaping and \' problems.
- Next message: [Slony1-commit] By cbbrowne: Updates to "best practices", added a considerable number of
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fix to run_test.sh; there were several places where "-d2" logging option
was added in the wrong place in the slon parameter list.
Modified Files:
--------------
slony1-engine/tests:
run_test.sh (r1.10 -> r1.11)
-------------- next part --------------
Index: run_test.sh
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tests/run_test.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -Ltests/run_test.sh -Ltests/run_test.sh -u -w -r1.10 -r1.11
--- tests/run_test.sh
+++ tests/run_test.sh
@@ -447,8 +447,8 @@
eval cluster=\$CLUSTER1
conninfo="dbname=${odb} host=${ohost} user=${ouser} port=${oport}"
- status "launching originnode : $opgbindir/slon -s500 -g10 $cluster -d2 \"$conninfo\""
- $opgbindir/slon -s500 -g10 $cluster -d2 "$conninfo" 1> $mktmp/slon_log.${originnode} 2> $mktmp/slon_log.${originnode} &
+ status "launching originnode : $opgbindir/slon -s500 -g10 -d2 $cluster \"$conninfo\""
+ $opgbindir/slon -s500 -g10 -d2 $cluster "$conninfo" 1> $mktmp/slon_log.${originnode} 2> $mktmp/slon_log.${originnode} &
tmppid=$!
tmpppid=$$
sleep 1
@@ -480,9 +480,9 @@
conninfo="dbname=${db} host=${host} user=${user} port=${port}"
- status "launching: $pgbindir/slon -s500 -g10 $cluster -d2 \"$conninfo\""
+ status "launching: $pgbindir/slon -s500 -g10 -d2 $cluster \"$conninfo\""
- $pgbindir/slon -s500 -g10 $cluster -d2 "$conninfo" 1>> $mktmp/slon_log.${alias} 2>&1 &
+ $pgbindir/slon -s500 -g10 -d2 $cluster "$conninfo" 1>> $mktmp/slon_log.${alias} 2>&1 &
tmppid=$!
tmpppid=$$
sleep 1
- Previous message: [Slony1-commit] By wieck: Fixed double quote escaping and \' problems.
- Next message: [Slony1-commit] By cbbrowne: Updates to "best practices", added a considerable number of
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list