Skip to content

Commit e823d50

Browse files
committed
fix Makefile
1 parent 787c29a commit e823d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,15 @@ bench-sqlite: integrations.sqlite.test
289289
GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/sqlite.ini ./integrations.sqlite.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench .
290290

291291
.PHONY: bench-mysql
292-
bench-mysql: integrations.mysql.test generate-ini
292+
bench-mysql: integrations.mysql.test generate-ini-mysql
293293
GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/mysql.ini ./integrations.mysql.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench .
294294

295295
.PHONY: bench-mssql
296-
bench-mssql: integrations.mssql.test generate-ini
296+
bench-mssql: integrations.mssql.test generate-ini-mssql
297297
GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/mssql.ini ./integrations.mssql.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench .
298298

299299
.PHONY: bench-pgsql
300-
bench-pgsql: integrations.pgsql.test generate-ini
300+
bench-pgsql: integrations.pgsql.test generate-ini-pgsql
301301
GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/pgsql.ini ./integrations.pgsql.test -test.cpuprofile=cpu.out -test.run DontRunTests -test.bench .
302302

303303

0 commit comments

Comments
 (0)