Skip to content

Commit

Permalink
Use --tap output for bats
Browse files Browse the repository at this point in the history
  • Loading branch information
extsoft committed Aug 21, 2017
1 parent fa67d38 commit fe976a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ merge:
release:
script: |-
echo "Release ${tag}"
bats src/test
bats --tap src/test
2 changes: 1 addition & 1 deletion run-tests
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

bats src/test
bats --tap src/test
rm -rf tmp/*
pdd --source=$(pwd) --verbose --file=/dev/null

0 comments on commit fe976a6

Please sign in to comment.