CVS User Account cvsuser
Mon Apr 11 17:02:11 PDT 2005
Log Message:
-----------
Make options consistent with other scripts

Modified Files:
--------------
    slony1-engine/src/ducttape:
        test_1_pgbench (r1.22 -> r1.23)

-------------- next part --------------
Index: test_1_pgbench
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/ducttape/test_1_pgbench,v
retrieving revision 1.22
retrieving revision 1.23
diff -Lsrc/ducttape/test_1_pgbench -Lsrc/ducttape/test_1_pgbench -u -w -r1.22 -r1.23
--- src/ducttape/test_1_pgbench
+++ src/ducttape/test_1_pgbench
@@ -51,7 +51,7 @@
 #####
 # Make sure the install is up to date
 #####
-WGM=`which gmake | egrep '^/'`
+WGM=`which gmake | egrep "^/"`
 if [ -z "$WGM" ] ; then
     MAKE=make
     CGNU=`make -v | grep GNU`
@@ -223,7 +223,7 @@
 fi
 
 echo "**** starting the Slony-I node daemon for $DB1"
-xterm -title "Slon node 22" -e sh -c "slon -d$DEBUG_LEVEL -s10000 -o10000 -g10 T1 dbname=$DB2; echo -n 'Enter>'; read line" &
+xterm -title "Slon node 22" -e sh -c "slon -d$DEBUG_LEVEL -s10000 -g10 T1 dbname=$DB2; echo -n 'Enter>'; read line" &
 slon2_pid=$!
 echo "slon[$slon2_pid] on dbname=$DB2"
 


More information about the Slony1-commit mailing list