diff --git a/make_db b/make_db index 1e838330fbbbded4e6d51e15e850f7714ade5db5..9e3ebf9ab6ea68c6854477354a321bfc41ece6f1 100755 --- a/make_db +++ b/make_db @@ -83,7 +83,6 @@ function _install_unit_test_database () { cp .config .test_config echo "DATABASE_NAME=\"$UNITTEST_DATABASE\"" >> .test_config pushd patches > /dev/null - ls ./applyPatches.sh --env=../.test_config popd > /dev/null rm .test_config @@ -208,12 +207,7 @@ function _db_exists() { && return 0 || return 1 } -# TODO -cat .config || echo "failed1" - -. .config || echo "failed2" - -source .config || echo "failed3" +source .config INSTALL_SQL_FILE="db_2_0.sql" if [ -z $LOGIN_PATH ] ; then