We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69ad67f + 5e73172 commit 5adbe5eCopy full SHA for 5adbe5e
lib/bats-main
@@ -53,10 +53,10 @@ export _GO_BATS_DIR="${_GO_BATS_DIR:-$_GO_TEST_DIR/bats}"
53
export _GO_BATS_PATH="$_GO_BATS_DIR/libexec/bats"
54
55
# Version of Bats to fetch if `_GO_BATS_DIR` is missing
56
-export _GO_BATS_VERSION="${_GO_BATS_VERSION:-master}"
+export _GO_BATS_VERSION="${_GO_BATS_VERSION:-optimized-20170205}"
57
58
# 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}"
+export _GO_BATS_URL="${_GO_BATS_URL:-https://github.com/mbland/bats.git}"
60
61
# Set this to nonempty if you wish to collect coverage using kcov by default
62
export _GO_COLLECT_BATS_COVERAGE="$_GO_COLLECT_BATS_COVERAGE"
0 commit comments