diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-05-27 21:18:52 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-05-28 10:50:30 +0300 |
commit | 2aa6e85b395f82d80322895b118975dde4d0af69 (patch) | |
tree | 632ee5508a8aa3b608c7e719e7950d2eda64e51a /tests/ci.testscript | |
parent | eeb020bc2c15d75772b249b5f115b1a7841bc843 (diff) |
Fix publish and ci commands diagnostics when package is not initialized in default configuration (GH issue #294)
Diffstat (limited to 'tests/ci.testscript')
-rw-r--r-- | tests/ci.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
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/***; |