diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-10-03 12:14:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-10-03 12:14:34 +0300 |
commit | 3f862d38bd9be90ada17234e0040768b99f39e13 (patch) | |
tree | 8264960164a6886580126bd4ea8c3f2e79193ca4 /tests | |
parent | 0729fb20fc28329012ee3e9ec68b280d329f4cb4 (diff) |
Sidestep pkg-build tests bus error on macos/homebrew
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 1c0480d..9be2ad7 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -5740,7 +5740,7 @@ test.arguments += --sys-no-query # pipe bpkg's stderr through the sed-based pipeline filtering the stream # content and simplify the stderr-matching regular expressions. # - filter = [cmdline] sed -e "'"'s/^(trace: \S+: (SELECT|UPDATE|DELETE|INSERT|BEGIN|COMMIT|ROLLBACK)|mkdir -p).*//'"'" | \ + filter = [cmdline] sed -e "'"'s/^mkdir -p .*//'"'" | \ sed -n -e "'"'s/(.+)/\1/p'"'" >&2 : initial-collection |