diff options
Diffstat (limited to 'doc/src/sgml/regress.sgml')
-rw-r--r-- | doc/src/sgml/regress.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 6052db3e4a0..028446c02b9 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.67 2010/05/02 12:22:40 sriggs Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.68 2010/08/17 04:37:21 petere Exp $ --> <chapter id="regress"> <title>Regression Tests</title> @@ -165,8 +165,8 @@ psql -h primary -c "CREATE DATABASE regression" psql -h primary -f src/test/regress/sql/hs_primary_setup.sql regression </screen> Now confirm that the default connection for the tester is the standby - server under test and then run standbycheck from the regression - directory. + server under test and then run the <literal>standbycheck</> target from the regression + directory: <screen> cd src/test/regress gmake standbycheck |