Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a5ac3e7

Browse files
committed
meson: Split 'main' suite into 'regress' and 'isolation'
Several people didn't like the 'main' name and found it confusing that the main regression and isolation tests were in one suite. Author: Justin Pryzby <pryzbyj@telsasoft.com> Discussion: https://postgr.es/m/20221001221514.2yy257v4zdfhwiy2@awork3.anarazel.de Discussion: https://postgr.es/m/20221021123435.GU16921@telsasoft.com
1 parent ab72a31 commit a5ac3e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/isolation/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ isolationtester = executable('isolationtester',
5858
bin_targets += isolationtester
5959

6060
tests += {
61-
'name': 'main',
61+
'name': 'isolation',
6262
'sd': meson.current_source_dir(),
6363
'bd': meson.current_build_dir(),
6464
'isolation': {

src/test/regress/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ testprep_targets += refint_regress
6464

6565

6666
tests += {
67-
'name': 'main',
67+
'name': 'regress',
6868
'sd': meson.current_source_dir(),
6969
'bd': meson.current_build_dir(),
7070
'regress': {

0 commit comments

Comments
 (0)