Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
precommit/test-patch.sh
1541 if [[ ${TP_SHELL_SCRIPT_DEBUG} = true ]]; then 1542 debugflag="--debug" 1543 fi
[sekikn@mobile yetus]$ grep -r SHELL_SCRIPT_DEBUG precommit precommit/core.d/00-yetuslib.sh: if [[ "${YETUS_SHELL_SCRIPT_DEBUG}" = true ]]; then precommit/core.d/01-common.sh: YETUS_SHELL_SCRIPT_DEBUG=false precommit/core.d/01-common.sh: YETUS_SHELL_SCRIPT_DEBUG=true precommit/test-patch-docker/test-patch-docker.sh: if [[ "${YETUS_SHELL_SCRIPT_DEBUG}" = true ]]; then precommit/test-patch-docker/test-patch-docker.sh: YETUS_SHELL_SCRIPT_DEBUG=true precommit/test-patch.sh: if [[ "${YETUS_SHELL_SCRIPT_DEBUG}" = true ]]; then precommit/test-patch.sh: if [[ ${TP_SHELL_SCRIPT_DEBUG} = true ]]; then
Attachments
Attachments
Issue Links
- is part of
-
YETUS-123 Various Docker mode fixes: plug-in issues, local patch file problems, availability, & Dockerfile re-usability
- Resolved