1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-11-24 23:21:07 +03:00

Show errors on CI

This commit is contained in:
Alberto Fanjul
2018-05-26 11:55:35 +02:00
parent 0ce2bee87b
commit 47dddefc36
6 changed files with 10 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ test_expect_success "Parse comments" "
cp ../.simplecov .
cfg_parser $DIR_TEST/comments.ini
cfg_writer > comments.out
diff $DIR_TEST/comments.out.correct comments.out
test_cmp $DIR_TEST/comments.out.correct comments.out
"
test_done