Skip to content

Commit 279a095

Browse files
authored
log command execution (#2811)
1 parent 09010cf commit 279a095

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)