[LNT] r188225 - Fixed a missing config paramters.

Chris Matthews cmatthews5 at apple.com
Mon Aug 12 16:18:42 PDT 2013


Author: cmatthews
Date: Mon Aug 12 18:18:42 2013
New Revision: 188225

URL: http://llvm.org/viewvc/llvm-project?rev=188225&view=rev
Log:
Fixed a missing config paramters.

Modified:
    lnt/trunk/lnt/tests/nt.py

Modified: lnt/trunk/lnt/tests/nt.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/tests/nt.py?rev=188225&r1=188224&r2=188225&view=diff
==============================================================================
--- lnt/trunk/lnt/tests/nt.py (original)
+++ lnt/trunk/lnt/tests/nt.py Mon Aug 12 18:18:42 2013
@@ -955,7 +955,7 @@ def run_test(nick_prefix, iteration, con
     # FIXME: We aren't getting the LLCBETA options.
     run_info = {}
     run_info['tag'] = test_namespace
-    run_info.update(cc_info)
+    run_info.update(config.cc_info)
 
     # Capture sw_vers if this looks like Darwin.
     if 'Darwin' in machine_info['os']:





More information about the llvm-commits mailing list