@@ -530,7 +530,7 @@ test-e2e-sqlite: e2e.sqlite.test generate-ini-sqlite
530530.PHONY : test-e2e-sqlite\# %
531531test-e2e-sqlite\#% : e2e.sqlite.test generate-ini-sqlite
532532 npx playwright install $(PLAYWRIGHT_FLAGS )
533- GITEA_ROOT=" $( CURDIR) " GITEA_CONF=tests/sqlite.ini ./e2e.sqlite.test -test.run
533+ GITEA_ROOT=" $( CURDIR) " GITEA_CONF=tests/sqlite.ini ./e2e.sqlite.test -test.run TestE2e/ $*
534534
535535.PHONY : test-e2e-mysql
536536test-e2e-mysql : e2e.mysql.test generate-ini-mysql
@@ -540,7 +540,7 @@ test-e2e-mysql: e2e.mysql.test generate-ini-mysql
540540.PHONY : test-e2e-mysql\# %
541541test-e2e-mysql\#% : e2e.mysql.test generate-ini-mysql
542542 npx playwright install $(PLAYWRIGHT_FLAGS )
543- GITEA_ROOT=" $( CURDIR) " GITEA_CONF=tests/mysql.ini ./e2e.mysql.test -test.run
543+ GITEA_ROOT=" $( CURDIR) " GITEA_CONF=tests/mysql.ini ./e2e.mysql.test -test.run TestE2e/ $*
544544
545545.PHONY : test-e2e-mysql8
546546test-e2e-mysql8 : e2e.mysql8.test generate-ini-mysql8
@@ -550,7 +550,7 @@ test-e2e-mysql8: e2e.mysql8.test generate-ini-mysql8
550550.PHONY : test-e2e-mysql8\# %
551551test-e2e-mysql8\#% : e2e.mysql8.test generate-ini-mysql8
552552 npx playwright install $(PLAYWRIGHT_FLAGS )
553- GITEA_ROOT=" $( CURDIR) " GITEA_CONF=tests/mysql8.ini ./e2e.mysql8.test -test.run
553+ GITEA_ROOT=" $( CURDIR) " GITEA_CONF=tests/mysql8.ini ./e2e.mysql8.test -test.run TestE2e/ $*
554554
555555.PHONY : test-e2e-pgsql
556556test-e2e-pgsql : e2e.pgsql.test generate-ini-pgsql
@@ -560,7 +560,7 @@ test-e2e-pgsql: e2e.pgsql.test generate-ini-pgsql
560560.PHONY : test-e2e-pgsql\# %
561561test-e2e-pgsql\#% : e2e.pgsql.test generate-ini-pgsql
562562 npx playwright install $(PLAYWRIGHT_FLAGS )
563- GITEA_ROOT=" $( CURDIR) " GITEA_CONF=tests/pgsql.ini ./e2e.pgsql.test -test.run
563+ GITEA_ROOT=" $( CURDIR) " GITEA_CONF=tests/pgsql.ini ./e2e.pgsql.test -test.run TestE2e/ $*
564564
565565.PHONY : test-e2e-mssql
566566test-e2e-mssql : e2e.mssql.test generate-ini-mssql
@@ -570,7 +570,7 @@ test-e2e-mssql: e2e.mssql.test generate-ini-mssql
570570.PHONY : test-e2e-mssql\# %
571571test-e2e-mssql\#% : e2e.mssql.test generate-ini-mssql
572572 npx playwright install $(PLAYWRIGHT_FLAGS )
573- GITEA_ROOT=" $( CURDIR) " GITEA_CONF=tests/mssql.ini ./e2e.mssql.test -test.run
573+ GITEA_ROOT=" $( CURDIR) " GITEA_CONF=tests/mssql.ini ./e2e.mssql.test -test.run TestE2e/ $*
574574
575575.PHONY : bench-sqlite
576576bench-sqlite : integrations.sqlite.test generate-ini-sqlite
0 commit comments