Skip to content

Commit

Permalink
Outputting bats TAP results to a file that hopefully the TAP plugin p…
Browse files Browse the repository at this point in the history
…icks up
  • Loading branch information
Jim Van Fleet committed Jul 13, 2016
1 parent f2223ca commit 7cf6e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ node {

stage 'Tests'

sh '/usr/local/bin/bats tests/base.bats'
sh '/usr/local/bin/bats tests/base.bats > tests.tap'

}

0 comments on commit 7cf6e2e

Please sign in to comment.