From 5f3dae977a606904a6e76b9cf29b5b697d573c47 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 18 Jul 2019 14:52:56 +0200 Subject: [PATCH] add greylist, so gtest can find it (#9510) --- Installation/Jenkins/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation/Jenkins/build.sh b/Installation/Jenkins/build.sh index ae33793373..48bc711d36 100755 --- a/Installation/Jenkins/build.sh +++ b/Installation/Jenkins/build.sh @@ -920,6 +920,7 @@ if test -n "${TARGET_DIR}"; then tar -u -f "${TARFILE_TMP}" \ tests/js \ tests/rb \ + tests/Greylist.txt \ tests/arangodbRspecLib \ VERSION \ utils \