aboutsummaryrefslogtreecommitdiff
path: root/rpkid
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-01-12 02:33:19 +0000
committerRob Austein <sra@hactrn.net>2010-01-12 02:33:19 +0000
commite678240d456260890a96d7a8e9007d5013efe8a8 (patch)
treec5667e977c584baa25481babb7ec82f38fdcfcb4 /rpkid
parent41eeb7c2be90595cfd7d59805a3efea6c773ed9f (diff)
testbed.sql -> testbed.setup.sql
svn path=/rpkid/rpki/__init__.py; revision=2937
Diffstat (limited to 'rpkid')
-rw-r--r--rpkid/rpki/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py
index 29684e4e..f923ff96 100644
--- a/rpkid/rpki/__init__.py
+++ b/rpkid/rpki/__init__.py
@@ -219,12 +219,12 @@
#
# 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/testbed.sql. The MySQL command line client is usually the
+# rpkid/testbed.setup.sql. The MySQL command line client is usually the
# easiest way to do this, eg:
#
# @verbatim
# $ cd $top/rpkid
-# $ mysql -u root -p <testbed.sql
+# $ mysql -u root -p <testbed.setup.sql
# @endverbatim
#
# To run the tests, run "make all-tests":