Skip to content
Snippets Groups Projects
Commit 883b3624 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: typo

parent b3bffa15
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ unittests:
- echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
- echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
- echo "MYSQL_HOST=mariadb" >> .config
- ./utils/make_db restore tests/example.dump.sql
- ./utils/make_db restore_db tests/example.dump.sql
- ./tests/test_utils.sh
# Build a docker image in which tests for this repository can run
......
......@@ -198,6 +198,5 @@ case $1 in
"test-connection") test-connection ;;
"install_db") install_db ;;
"restore_db") restore_db $2 ;;
# "prep_sql") prepare_sql ;;
*) echo "Unknown action: $1"
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment