diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-15 08:48:09 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-08-15 17:03:07 +0300 |
commit | 88b90dd8326328503cdecfc0271f4be02fdc214b (patch) | |
tree | c67795935a53dd2655581c0afd9218a4251a448d /tests/pkg-build.testscript | |
parent | d6d72bc6e4545d216d89660f86781bbc34980fe9 (diff) |
Improve diagnostics for unknown system package
Diffstat (limited to 'tests/pkg-build.testscript')
-rw-r--r-- | tests/pkg-build.testscript | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index 6a33757..198e319 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -2175,7 +2175,10 @@ test.options += --no-progress $rep_fetch $rep/t0c; $* '?libbux' 2>'error: unknown package libbux' != 0; - $* '?sys:libbux' 2>'error: unknown package sys:libbux' != 0; + $* '?sys:libbux' 2>>EOE != 0; + error: unknown package sys:libbux + info: consider specifying sys:libbux/* + EOE $* '?libbar/1.3' 2>'error: unknown package libbar/1.3' != 0; $* '?libbar[5 7]' 2>"error: unknown package 'libbar [5 7]'" != 0 } @@ -2242,7 +2245,10 @@ test.options += --no-progress %.+ EOE - $* libfoo '?sys:libhello' 2>'error: unknown package sys:libhello' != 0; + $* libfoo '?sys:libhello' 2>>EOE != 0; + error: unknown package sys:libhello + info: consider specifying sys:libhello/* + EOE $* "sys:libhello/2.0@$rep/t0a" --trust-yes 2>>~%EOE% != 0; %.+ |