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
commit f6a91dd7e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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