Fix
This commit is contained in:
parent
659e170888
commit
bf89955efc
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ send to the gdb-testers mailing list."""
|
|||
n = st.getName ()
|
||||
if n == 'update gdb master repo':
|
||||
text += "*** Failed to update master GDB git repository. The build can continue. ***\n\n"
|
||||
elif or n == 'update gdb repo':
|
||||
elif n == 'update gdb repo':
|
||||
text += "*** Failed to update GDB git repository. This is probably a timeout problem. ***\n\n"
|
||||
break
|
||||
elif n == 'configure gdb':
|
||||
|
|
Loading…
Reference in a new issue