1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-11-07 06:46:21 +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 "Parse sections" "
$COMMAND cfg_parser $DIR_TEST/sections.ini
export COVERAGE_NAME=sections_writer
$COMMAND cfg_writer > sections.out
diff $DIR_TEST/sections.out.correct sections.out
test_cmp $DIR_TEST/sections.out.correct sections.out
"
test_done