Merge pull request #73213 from veprbl/pr/arrow-cpp_fix_tests_run
arrow-cpp: fix tests not being run on linux
This commit is contained in:
commit
f6a91dd7e5
@ -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