diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-14 12:53:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-14 14:46:53 +0200 |
commit | 4391385adce139b0722471b411fd45b6e52a787d (patch) | |
tree | e13d2b046958c129046caf0d8a68d8dd5f70ae35 /tests | |
parent | b1b6d9f2b18928237a47c14436eee3b985223ed0 (diff) |
Detect and diagnose undefined dependency configuration variables
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pkg-build.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index 8d3945f..d5f767b 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -4320,7 +4320,7 @@ test.options += --no-progress $* fax/ 2>>~%EOE% != 0; <depends-enable-clause>:1: error: invalid bool value: multiple names info: enable condition: (config.fax.libbiz = true) - % fax.manifest:10:10: info: in depends value defined here% + % fax.manifest:10:10: info: in depends manifest value defined here% info: while satisfying fax/1.0.0#3 EOE |