1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-11-26 11:23:04 +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

@@ -10,7 +10,7 @@ test_expect_success "Whitespace parse" "
$COMMAND cfg_parser $DIR_TEST/whitespace.ini
export COVERAGE_NAME=whitespace_writer
$COMMAND cfg_writer > whitespace.out
diff -u whitespace.out $DIR_TEST/whitespace.out.correct
test_cmp whitespace.out $DIR_TEST/whitespace.out.correct
"
test_done