diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-05-15 09:17:18 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-05-15 08:33:15 +0000 |
commit | cd3e65a790b98e9106b56ad76863abe55b4096fa (patch) | |
tree | e7f78075600b5f0ac502537a37a054dc078d6ab9 /test cases/failing | |
parent | f2d0551941d4131b8a5b9d3320b27d1333b24034 (diff) | |
download | meson-cd3e65a790b98e9106b56ad76863abe55b4096fa.zip meson-cd3e65a790b98e9106b56ad76863abe55b4096fa.tar.gz meson-cd3e65a790b98e9106b56ad76863abe55b4096fa.tar.bz2 |
travis/macos: Restore the old pkg-config behaviour
We need to test both "have pkg-config" and "don't have pkg-config"
pathways on macOS, which is why pkg-config was only installed in one
branch based on --unity=on/off.
Diffstat (limited to 'test cases/failing')
-rw-r--r-- | test cases/failing/34 dependency not-required then required/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/34 dependency not-required then required/test.json b/test cases/failing/34 dependency not-required then required/test.json index bed1a45..3cf35f5 100644 --- a/test cases/failing/34 dependency not-required then required/test.json +++ b/test cases/failing/34 dependency not-required then required/test.json @@ -2,7 +2,7 @@ "stdout": [ { "match": "re", - "line": "test cases/failing/34 dependency not\\-required then required/meson\\.build:4:0: ERROR: Dependency \"foo\\-bar\\-xyz\\-12\\.3\" not found, tried .*" + "line": ".*/meson\\.build:4:0: ERROR: (Pkg-config binary for machine MachineChoice\\.HOST not found\\. Giving up\\.|Dependency \"foo\\-bar\\-xyz\\-12\\.3\" not found, tried .*)" } ] } |