Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Outputting bats TAP results to a file that hopefully the TAP plugin p…
…icks up
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
@@ -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.