This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED][glibc-buildbot] Fix typo


Sorry, I broke all of the builders with my last commit because I missed a
comma.  This is what I pushed to fix it.

Siddhesh

---
 scripts/slave/buildbot_selector.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/slave/buildbot_selector.py b/scripts/slave/buildbot_selector.py
index 8e6ab42..bd336a1 100755
--- a/scripts/slave/buildbot_selector.py
+++ b/scripts/slave/buildbot_selector.py
@@ -22,7 +22,7 @@ BOT_ASSIGNMENT = {
         '--enable-lock-elision',
     ]),
     'glibc-s390x-linux': bash('glibc-native.sh'),
-    'glibc-aarch64-linux': bash('glibc-native.sh' [
+    'glibc-aarch64-linux': bash('glibc-native.sh', [
         '--enable-tunables'
     ]),
 }
-- 
2.7.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]