[LNT] r299134 - Another secret key

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 16:53:02 PDT 2017


Author: cmatthews
Date: Thu Mar 30 18:53:02 2017
New Revision: 299134

URL: http://llvm.org/viewvc/llvm-project?rev=299134&view=rev
Log:
Another secret key

I missed one test with a secret key.

Modified:
    lnt/trunk/tests/runtest/Inputs/rerun_server_instance/lnt.cfg

Modified: lnt/trunk/tests/runtest/Inputs/rerun_server_instance/lnt.cfg
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tests/runtest/Inputs/rerun_server_instance/lnt.cfg?rev=299134&r1=299133&r2=299134&view=diff
==============================================================================
--- lnt/trunk/tests/runtest/Inputs/rerun_server_instance/lnt.cfg (original)
+++ lnt/trunk/tests/runtest/Inputs/rerun_server_instance/lnt.cfg Thu Mar 30 18:53:02 2017
@@ -13,6 +13,8 @@ name = 'LNT'
 # provide an absolute URL to the server.
 zorgURL = 'http://ozzy-2.local/perf'
 
+secret_key = "LNT123"
+
 # Temporary directory, for use by the web app. This must be writable by the user
 # the web app runs as.
 tmp_dir = 'lnt_tmp'




More information about the llvm-commits mailing list