From b9bcf292d5e53e3a89ab6fa6d9b32b948e5dc17d Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Wed, 12 Apr 2017 12:16:09 +0200 Subject: [PATCH] better filter when building windows test tarball --- Installation/Jenkins/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/Jenkins/build.sh b/Installation/Jenkins/build.sh index 276e5995fc..681a939c1f 100755 --- a/Installation/Jenkins/build.sh +++ b/Installation/Jenkins/build.sh @@ -693,7 +693,7 @@ if test -n "${TARGET_DIR}"; then DLLS=`find ${SSLDIR} -name \*.dll |grep -i release` cp ${DLLS} bin/${BUILD_CONFIG} cp bin/${BUILD_CONFIG}/* bin/ - cp tests/${BUILD_CONFIG}/* bin/ + cp tests/${BUILD_CONFIG}/*exe bin/ fi tar -u -f ${TARFILE_TMP} \ bin etc tests