aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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":