From bf89955efcf10409f354d49be9b863440d6c4bc8 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 4 Feb 2015 23:22:16 -0500 Subject: [PATCH] Fix --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 7dd8798..2313ead 100644 --- a/master.cfg +++ b/master.cfg @@ -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':