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