mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
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:
parent
2e52f98ddb
commit
c57018fb3b
@ -93,7 +93,7 @@ in stdenv.mkDerivation rec {
|
||||
];
|
||||
in ''
|
||||
ctest -L unittest -V \
|
||||
--exclude-regex '(${builtins.concatStringsSep "|" excludedTests})'
|
||||
--exclude-regex '^(${builtins.concatStringsSep "|" excludedTests})$'
|
||||
'');
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user