Skip to content

Commit

Permalink
WIP: roundtrip: add debugging output because of Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Nov 24, 2017
1 parent 185fdb9 commit 7ebe53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/roundtrip
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ set -f
OLD_IFS="$IFS"
IFS='
'

set -x
for tags in $(find "$UNITS" -name expected.tags); do
for t in $(sed -e 's/^\([^ ]*\) .*/\1/' "$tags" | expandEscapeSequences); do
if [ 1 -gt $("${READTAGS}" -t "$tags" - "$t" 2>/dev/null | wc -l) ]; then
Expand Down

0 comments on commit 7ebe53b

Please sign in to comment.