Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d8662e

Browse files
author
Marina Polyakova
committed
Use an empty dummy test to define the variable REGRESS
And therefore to run all regression tests. regress_schedule contains the fulllist of real tests. So all changes for real tests will be made in a general wayin regress_schedule.
1 parent78c6bdd commit0d8662e

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

‎Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ OBJS = $(WIN32RES) \
1111

1212
TAP_TESTS = 1
1313

14-
REGRESS = feature_subspace
14+
# Use an empty dummy test to define the variable REGRESS and therefore run all
15+
# regression tests. regress_schedule contains the full list of real tests.
16+
REGRESS = aqo_dummy_test
1517
REGRESS_OPTS = --schedule=$(srcdir)/regress_schedule
1618

1719
fdw_srcdir =$(top_srcdir)/contrib/postgres_fdw

‎expected/aqo_dummy_test.out

Whitespace-only changes.

‎regress_schedule

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ test: temp_tables
1919
test: top_queries
2020
test: relocatable
2121
test: look_a_like
22+
test: feature_subspace

‎sql/aqo_dummy_test.sql

Whitespace-only changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp