Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
itislu committed Nov 15, 2024
1 parent ff5d06b commit 34bd347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/print_test_case.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ if [[ -n $line_number && -n $file_path ]]; then

if [[ $line_number -eq 0 ]]; then
echo "(debug) LINE: |$LINE|"
echo "$LINE" | grep -oP '\d+'
fi

sed -n "${line_number},\$p" "$file_path" | awk 'NF {p=1} !NF {if(p) exit} {if(p) print}'
Expand Down

0 comments on commit 34bd347

Please sign in to comment.