Procházet zdrojové kódy

v20141211 (fixes #288)

pull/289/head v20141211
Yamashita Yuu před 11 roky
rodič
revize
d320d74a07
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      libexec/pyenv---version
  2. +1
    -1
      test/pyenv.bats

+ 1
- 1
libexec/pyenv---version Zobrazit soubor

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20141127"
version="20141211"
if cd "$PYENV_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"

+ 1
- 1
test/pyenv.bats Zobrazit soubor

@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run pyenv
assert_success
assert [ "${lines[0]}" == "pyenv 20141127" ]
assert [ "${lines[0]}" == "pyenv 20141211" ]
}
@test "invalid command" {

Načítá se…
Zrušit
Uložit