Skip to content

Commit ec73b4c

Browse files
wilhuffCorrob
authored andcommitted
log command execution (#2811)
1 parent bf53b9f commit ec73b4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ while [[ $# -gt 0 ]]; do
131131
shift
132132
done
133133

134+
set -x
135+
134136
if [[ "${TEST_ONLY}" == true && "${COMMIT_METHOD}" != "none" ]]; then
135137
echo "--test-only cannot be combined with --amend, --fixup, or --commit"
136138
exit 1

0 commit comments

Comments
 (0)