aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-07-11 19:56:27 +0000
committerRob Austein <sra@hactrn.net>2010-07-11 19:56:27 +0000
commit9d7ec9cad48f01a5a6eeeafec94d37200be8832e (patch)
treed510dc4ae85c5dbd0876fa113401d9cb3a8845c7
parent3062271461e56934d0d0d424ef0b452f969b0acb (diff)
Stale filename
svn path=/rpkid/rpki/__doc__.py.in; revision=3388
-rw-r--r--rpkid/rpki/__doc__.py.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/rpkid/rpki/__doc__.py.in b/rpkid/rpki/__doc__.py.in
index 83c1ec30..c6552dbc 100644
--- a/rpkid/rpki/__doc__.py.in
+++ b/rpkid/rpki/__doc__.py.in
@@ -449,14 +449,14 @@
#
# All tests should be run from the rpkid/ directories.
#
-# Some of the tests require MySQL databases to store their data. To set
-# up all the databases that the tests will need, run the SQL commands in
-# rpkid/smoketest.setup.sql. The MySQL command line client is usually the
-# easiest way to do this, eg:
+# Some of the tests require MySQL databases to store their data. To
+# set up all the databases that the tests will need, run the SQL
+# commands in rpkid/tests/smoketest.setup.sql. The MySQL command line
+# client is usually the easiest way to do this, eg:
#
# @verbatim
# $ cd $top/rpkid
-# $ mysql -u root -p <smoketest.setup.sql
+# $ mysql -u root -p <tests/smoketest.setup.sql
# @endverbatim
#
# To run the tests, run "make all-tests":