CVS User Account cvsuser
Fri Mar 17 11:11:48 PST 2006
Log Message:
-----------
Fix command line that gets split across lines

Modified Files:
--------------
    slony1-engine/tests:
        README (r1.2 -> r1.3)

-------------- next part --------------
Index: README
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tests/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ltests/README -Ltests/README -u -w -r1.2 -r1.3
--- tests/README
+++ tests/README
@@ -15,8 +15,9 @@
 You may need to set one or more of the following environment variables to
 reflect your local configuration. For instance, the writer runs "test1" against
 PostgreSQL 8.0.x using the following command line:
- PGBINDIR=/opt/OXRS/dbs/pgsql8/bin PGPORT=5532 PGUSER=cbbrowne ./run_test.sh
-test1
+
+ PGBINDIR=/opt/OXRS/dbs/pgsql8/bin PGPORT=5532 PGUSER=cbbrowne ./run_test.sh test1
+
   PGBINDIR
       This determines where the test scripts look for PostgreSQL and Slony-
       I binaries. The default is /usr/local/pgsql/bin



More information about the Slony1-commit mailing list