Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
isprogram
/
pyenv
mirror da
https://github.com/pyenv/pyenv.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Projects
0
Rilasci
241
Wiki
Attività
Sfoglia il codice sorgente
v20141211 (
fixes
#288
)
pull/289/head
v20141211
Yamashita Yuu
11 anni fa
parent
fc49f7e21e
commit
d320d74a07
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
libexec/pyenv---version
+1
-1
test/pyenv.bats
+ 1
- 1
libexec/pyenv---version
Vedi File
@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20141
127
"
version="20141
211
"
if cd "$PYENV_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"
+ 1
- 1
test/pyenv.bats
Vedi File
@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run pyenv
assert_success
assert [ "${lines[0]}" == "pyenv 20141
127
" ]
assert [ "${lines[0]}" == "pyenv 20141
211
" ]
}
@test "invalid command" {
Scrivi
Anteprima
Caricamento…
Annulla
Salva