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 ''
|
in ''
|
||||||
ctest -L unittest -V \
|
ctest -L unittest -V \
|
||||||
--exclude-regex '(${builtins.concatStringsSep "|" excludedTests})'
|
--exclude-regex '^(${builtins.concatStringsSep "|" excludedTests})$'
|
||||||
'');
|
'');
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user