summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6701178b7f..28a2d8ff8c 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,6 @@ test-sqlite: integrations.test
.PHONY: test-mysql
test-mysql: integrations.test
- echo "CREATE DATABASE IF NOT EXISTS testgitea" | mysql -u root
GITEA_CONF=integrations/mysql.ini ./integrations.test
.PHONY: test-pgsql