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:
Renaud
2019-11-11 23:35:26 +01:00
committed by GitHub

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 = {