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

Commit 7594606

Browse files
author
Jeremy Wiebe
committed
Tracing down where the 'npm info' messages are coming from
1 parent 134f109 commit 7594606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/test/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ LINT_MD="$TEST_DIR/../bin/lint-md"
1717
# Compare remark output with expected output. Fail on diff.
1818
set -x
1919
echo "Testing good.md ..."
20-
"$LINT_MD" "$TEST_DIR/good.md" --no-color
21-
diff good.md bad.md
20+
"$LINT_MD" "$TEST_DIR/good.md" --no-color 2>&1
21+
echo "*******************"
2222
diff <("$LINT_MD" "$TEST_DIR/good.md" --no-color 2>&1) "$TEST_DIR/good.expected.md"
2323
EXIT_GOOD=$?
2424
echo "good.md -> $EXIT_GOOD"

0 commit comments

Comments
 (0)