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

Commita5ac3e7

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp