Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 134f109

Browse files
author
Jeremy Wiebe
committed
More debugging...
1 parent 115bceb commit 134f109

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/test/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ LINT_MD="$TEST_DIR/../bin/lint-md"
1515
#"$LINT_MD" "$TEST_DIR/a-bad-filename.md" --no-color > "$TEST_DIR/a-bad-filename.expected.md" 2>&1
1616

1717
# Compare remark output with expected output. Fail on diff.
18+
set -x
1819
echo "Testing good.md ..."
20+
"$LINT_MD" "$TEST_DIR/good.md" --no-color
21+
diff good.md bad.md
1922
diff <("$LINT_MD" "$TEST_DIR/good.md" --no-color 2>&1) "$TEST_DIR/good.expected.md"
2023
EXIT_GOOD=$?
2124
echo "good.md -> $EXIT_GOOD"

0 commit comments

Comments
 (0)