arrow-cpp: fix tests not being run on linux

Fixes: 8c86e54a ('arrow-cpp: fix/disable some plasma tests on darwin')
This commit is contained in:
Dmitry Kalinkin 2019-11-11 06:18:42 -05:00
parent 2e52f98ddb
commit c57018fb3b
No known key found for this signature in database
GPG key ID: 06AF1D3C38F04E0E

View file

@ -93,7 +93,7 @@ in stdenv.mkDerivation rec {
];
in ''
ctest -L unittest -V \
--exclude-regex '(${builtins.concatStringsSep "|" excludedTests})'
--exclude-regex '^(${builtins.concatStringsSep "|" excludedTests})$'
'');
meta = {