Skip to content

Commit

Permalink
fixup! [#164] Add workflow for running Windows tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorokin-Anton committed Nov 29, 2022
1 parent 109d1ce commit fe7ec9b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/golden/check-git/check-git.bats
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ load '../helpers'
assert_output --partial "All repository links are valid."

# this is printed to stderr
assert_output --partial - <<EOF
Those files are not added by Git, so we're not scanning them:
- git.md
Please run "git add" before running xrefcheck or enable --include-untracked CLI option to check these files.
EOF
assert_output --partial "Those files are not added by Git, so we're not scanning them:"
assert_output --partial "- git.md"
assert_output --partial "Please run \"git add\" before running xrefcheck or enable --include-untracked CLI option to check these files."
}

@test "Git: bad file not tracked, --include-untracked enabled, check failure" {
Expand Down

0 comments on commit fe7ec9b

Please sign in to comment.