Browse Source

move scripts to scripts/*

Richard Jones 10 years ago
parent
commit
e66709f66b
3 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md
  2. 0 0
      scripts/setup_test_db.sh
  3. 0 0
      scripts/start_test_db.sh

+ 2 - 2
README.md

@@ -434,9 +434,9 @@ tests!  On Ubuntu, you can install them with a command like this:
 
     apt-get install postgresql-9.3-postgis-2.1 postgresql-contrib
 
-1. `./setup_test_db.sh` # This sets up an installation of Postgres in datadir/
+1. `./scripts/setup_test_db.sh` # This sets up an installation of Postgres in datadir/
 
-2. `./start_test_db.sh` # Starts a Postgres instance on its own port (10432).
+2. `./scripts/start_test_db.sh` # Starts a Postgres instance on its own port (10432).
 
 3. `make create_testdbs` # Creates the test database environment.
 

+ 0 - 0
setup_test_db.sh → scripts/setup_test_db.sh


+ 0 - 0
start_test_db.sh → scripts/start_test_db.sh