From 7ebe53bd6458b414cc71d1dfbd0834724406d87f Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Fri, 24 Nov 2017 13:30:43 -0800 Subject: [PATCH] WIP: roundtrip: add debugging output because of Windows --- misc/roundtrip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/roundtrip b/misc/roundtrip index 1dc252162a..d253bfd24d 100644 --- a/misc/roundtrip +++ b/misc/roundtrip @@ -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