From 2aa6e85b395f82d80322895b118975dde4d0af69 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 27 May 2024 21:18:52 +0300 Subject: Fix publish and ci commands diagnostics when package is not initialized in default configuration (GH issue #294) --- tests/ci.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ci.testscript b/tests/ci.testscript index ab3f33a..4f1a883 100644 --- a/tests/ci.testscript +++ b/tests/ci.testscript @@ -939,7 +939,7 @@ windows = ($cxx.target.class == 'windows') # While at it, test that we fail for uninitialized package. # $* -d prj/prj 2>>EOE != 0; - error: package prj is not initialized in any configuration + error: package prj is not initialized in any default configuration(s) EOE $init -C @cfg2 --config-type host -d prj/prj &prj-cfg2/***; -- cgit v1.1