Skip to content

Commit 76a3997

Browse files
authored
Ease diagnosis of origin of check failures (#6003)
1 parent c5833b3 commit 76a3997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/check.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ if [ -z "${GITHUB_WORKFLOW-}" ]; then
281281
fi
282282
fi
283283

284+
set -x
284285
# Check lint errors.
285286
"${top_dir}/scripts/check_whitespace.sh"
286287
"${top_dir}/scripts/check_filename_spaces.sh"

0 commit comments

Comments
 (0)