diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-20 17:17:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-20 17:17:09 +0200 |
commit | 0312b5e20763141cb3a8998b4930d03e2d649a7d (patch) | |
tree | 2b3f99352538d23620bfc2b8747c1fe5aad71127 /tests | |
parent | ddafa0f3475fe532a66879b807b0a8f47ecb201e (diff) |
Tweak diagnostics
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config.testscript | 4 | ||||
-rw-r--r-- | tests/init.testscript | 4 | ||||
-rw-r--r-- | tests/new.testscript | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/config.testscript b/tests/config.testscript index 17cfcb1..b1cc325 100644 --- a/tests/config.testscript +++ b/tests/config.testscript @@ -190,8 +190,8 @@ deinit += -d prj $clone_root_prj; $* create @cfg 2>>EOE != 0; - error: no module(s) specified for configuration to be created - info: for example, for C/C++ configuration specify 'cc' + error: no build system module(s) specified for configuration to be created + info: for example, for C/C++ configuration, specify 'cc' info: use '--' to create configuration without modules info: for example: bdep config create ... -- EOE diff --git a/tests/init.testscript b/tests/init.testscript index 6cba76d..43aa1de 100644 --- a/tests/init.testscript +++ b/tests/init.testscript @@ -126,8 +126,8 @@ deinit += -d prj $* -C @cfg 2>>~%EOE% != 0; %initializing in project .+% - error: no module(s) specified for configuration to be created - info: for example, for C/C++ configuration specify 'cc' + error: no build system module(s) specified for configuration to be created + info: for example, for C/C++ configuration, specify 'cc' info: use '--' to create configuration without modules info: for example: bdep init -C ... -- EOE diff --git a/tests/new.testscript b/tests/new.testscript index b3cdae4..f9d1b99 100644 --- a/tests/new.testscript +++ b/tests/new.testscript @@ -1874,8 +1874,8 @@ subdir=hello,no-subdir-source \ : { $* -C -@cfg prj 2>>EOE != 0; - error: no module(s) specified for configuration to be created - info: for example, for C/C++ configuration specify 'cc' + error: no build system module(s) specified for configuration to be created + info: for example, for C/C++ configuration, specify 'cc' info: use '--' to create configuration without modules info: for example: bdep new -C ... -- EOE |