mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 23:10:47 +00:00
Fix a duplicate error message on stub plan overrun
This commit is contained in:
parent
864cd79980
commit
e928e75f22
1 changed files with 0 additions and 9 deletions
|
@ -83,15 +83,6 @@ if [ -n "${!_STUB_END}" ]; then
|
||||||
# the requested index, we failed.
|
# the requested index, we failed.
|
||||||
if [ $index -ge "${!_STUB_INDEX}" ]; then
|
if [ $index -ge "${!_STUB_INDEX}" ]; then
|
||||||
eval "${_STUB_RESULT}"=1
|
eval "${_STUB_RESULT}"=1
|
||||||
{
|
|
||||||
echo "index: $index; stub index: ${!_STUB_INDEX}"
|
|
||||||
echo "plan:"
|
|
||||||
cat "${!_STUB_PLAN}"
|
|
||||||
echo "run:"
|
|
||||||
cat "${!_STUB_RUN}"
|
|
||||||
echo "log:"
|
|
||||||
cat "${!_STUB_LOG}"
|
|
||||||
} >&2
|
|
||||||
fi
|
fi
|
||||||
if [ "${!_STUB_RESULT}" -ne 0 ]; then
|
if [ "${!_STUB_RESULT}" -ne 0 ]; then
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue