You've already forked bash-ini-parser
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:
@@ -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
|
||||
"
|
||||
|
||||
|
Reference in New Issue
Block a user