[zorg] r242603 - [zorg] Change hostname to 127.0.0.1 for lldb android testing

Ying Chen chying at google.com
Fri Jul 17 19:56:10 PDT 2015


Author: chying
Date: Fri Jul 17 21:56:10 2015
New Revision: 242603

URL: http://llvm.org/viewvc/llvm-project?rev=242603&view=rev
Log:
[zorg] Change hostname to 127.0.0.1 for lldb android testing

Modified:
    zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py

Modified: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py?rev=242603&r1=242602&r2=242603&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py Fri Jul 17 21:56:10 2015
@@ -394,7 +394,7 @@ def getLLDBRemoteTestSteps(f,
                     '-s',
                     WithProperties('%(deviceid)s'),
                     'shell']
-        hostname = 'localhost'
+        hostname = '127.0.0.1'
         launchcmd = ['screen', '-d', '-m'] + shellcmd + [WithProperties("TMPDIR=%(remote_dir)s/tmp")]
         terminatecmd = 'ps | grep lldb-server | awk \'{print $2}\' | xargs'
         terminatecmd = WithProperties('adb -s %(deviceid)s shell ' + terminatecmd + ' adb -s %(deviceid)s shell kill')





More information about the llvm-commits mailing list