Skip to content

Commit

Permalink
Be more verbose in test4.
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Sep 30, 2015
1 parent 29e7d52 commit 58d5e8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
EOF`
RESULT=`echo "$INPUT" | node build/test4.js`
test "$INPUT" = "$RESULT"
if [ ! "$INPUT" = "$RESULT" ]; then
echo "Unexpected output: $RESULT"
exit 1
fi
echo "Success"

0 comments on commit 58d5e8d

Please sign in to comment.