This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/master by this push:
new a3800fb YETUS-882. command line patch files do not work in docker
mode (#56)
a3800fb is described below
commit a3800fbeb49a6e17760a78417ede5dcff39cc361
Author: Allen Wittenauer <[email protected]>
AuthorDate: Fri May 17 07:26:43 2019 -0700
YETUS-882. command line patch files do not work in docker mode (#56)
---
precommit/src/main/shell/test-patch-docker/launch-test-patch.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/precommit/src/main/shell/test-patch-docker/launch-test-patch.sh
b/precommit/src/main/shell/test-patch-docker/launch-test-patch.sh
index 110d65f..9cc9d99 100755
--- a/precommit/src/main/shell/test-patch-docker/launch-test-patch.sh
+++ b/precommit/src/main/shell/test-patch-docker/launch-test-patch.sh
@@ -63,7 +63,7 @@ fi
# system. So we need to rescue it and then tell
# test-patch where to find it.
if [[ "${PATCH_SYSTEM}" = generic ]]; then
- cp -p "${PATCH_DIR}/patch" "${DOCKER_WORK_DIR}/extras/patch"
+ cp -p "${PATCH_DIR}/input.patch" "${DOCKER_WORK_DIR}/extras/patch"
OVERWRITEARGS+=("${DOCKER_WORK_DIR}/extras/patch")
fi