summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2024-12-17 14:41:17 +0100
committerDylan Baker <dylan@pnwbakers.com>2024-12-20 09:24:24 -0800
commite9e582020898e52d17b4c48afe65589bc1dee065 (patch)
tree62d31b717c4c7827abc79e476a2016978efa005a /test cases
parent79fc8941c5d3855ebd76aad90550081e455cc50f (diff)
downloadmeson-e9e582020898e52d17b4c48afe65589bc1dee065.tar.gz
print out which command needs an exe_wrapper
It's not the first time I run into an issue with an intentionally missing exe_wrapper during cross compilation. In pretty much all the cases the project I tried to build already had code available to not need one in the first place. Print out what command was actually the culprit to make debugging this easier.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/failing/126 generator host binary/test.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/test cases/failing/126 generator host binary/test.json b/test cases/failing/126 generator host binary/test.json
index 7e354d60d..c633622cf 100644
--- a/test cases/failing/126 generator host binary/test.json
+++ b/test cases/failing/126 generator host binary/test.json
@@ -1,5 +1,8 @@
{
"stdout": [
- { "line": "ERROR: An exe_wrapper is needed but was not found. Please define one in cross file and check the command and/or add it to PATH." }
+ {
+ "match": "re",
+ "line": "ERROR: An exe_wrapper is needed for .* but was not found. Please define one in cross file and check the command and/or add it to PATH."
+ }
]
}