1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-08-07 18:02:52 +03:00

Add continuous integration

This commit is contained in:
albfan
2016-08-30 14:51:29 +02:00
parent d73cdd267d
commit f589bc795d
2 changed files with 16 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ DIR_TEST=$SHARNESS_TEST_DIRECTORY/t0004
test_expect_success "Parse comments" "
export COVERAGE_NAME=comments_parser
cp ../.simplecov .
cfg_parser $DIR_TEST/comments.ini
cfg_writer > comments.out
"$COMMAND" cfg_parser $DIR_TEST/comments.ini
"$COMMAND" cfg_writer > comments.out
diff $DIR_TEST/comments.out.correct comments.out
"