Skip to content

Commit

Permalink
Merge pull request #165 from mbland/optimized-bats
Browse files Browse the repository at this point in the history
Use optimized Bats from mbland/bats
  • Loading branch information
mbland committed Feb 15, 2017
2 parents 69ad67f + 5e73172 commit 5adbe5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bats-main
Expand Up @@ -53,10 +53,10 @@ export _GO_BATS_DIR="${_GO_BATS_DIR:-$_GO_TEST_DIR/bats}"
export _GO_BATS_PATH="$_GO_BATS_DIR/libexec/bats"

# Version of Bats to fetch if `_GO_BATS_DIR` is missing
export _GO_BATS_VERSION="${_GO_BATS_VERSION:-master}"
export _GO_BATS_VERSION="${_GO_BATS_VERSION:-optimized-20170205}"

# URL of the Bats git repository to clone to `_GO_BATS_DIR`
export _GO_BATS_URL="${_GO_BATS_URL:-https://github.com/sstephenson/bats.git}"
export _GO_BATS_URL="${_GO_BATS_URL:-https://github.com/mbland/bats.git}"

# Set this to nonempty if you wish to collect coverage using kcov by default
export _GO_COLLECT_BATS_COVERAGE="$_GO_COLLECT_BATS_COVERAGE"
Expand Down

0 comments on commit 5adbe5e

Please sign in to comment.