diff options
Diffstat (limited to 'test cases/failing/126 generator host binary/test.json')
| -rw-r--r-- | test cases/failing/126 generator host binary/test.json | 5 |
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." + } ] } |
