From 0312b5e20763141cb3a8998b4930d03e2d649a7d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jul 2022 17:17:09 +0200 Subject: Tweak diagnostics --- tests/config.testscript | 4 ++-- tests/init.testscript | 4 ++-- tests/new.testscript | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') 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 -- cgit v1.1