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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue