Skip to content

Commit 5adbe5e

Browse files
authored
Merge pull request #165 from mbland/optimized-bats
Use optimized Bats from mbland/bats
2 parents 69ad67f + 5e73172 commit 5adbe5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/bats-main

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ export _GO_BATS_DIR="${_GO_BATS_DIR:-$_GO_TEST_DIR/bats}"
5353
export _GO_BATS_PATH="$_GO_BATS_DIR/libexec/bats"
5454

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

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

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

0 commit comments

Comments
 (0)