Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d8662e

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 full list of real tests. So all changes for real tests will be made in a general way in regress_schedule.
1 parent 78c6bdd commit 0d8662e

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)