[LNT] r316746 - [Docs] Use `db_default` instead of `default` in example submit url.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 01:03:26 PDT 2017


Author: fhahn
Date: Fri Oct 27 01:03:26 2017
New Revision: 316746

URL: http://llvm.org/viewvc/llvm-project?rev=316746&view=rev
Log:
[Docs] Use `db_default` instead of `default` in example submit url. 

Summary:
It looks like the URL changed. With `default` I get the following error:

    127.0.0.1 - - [25/Oct/2017 15:09:36] "POST /default/submitRun HTTP/1.1" 404 -
    error: lnt server: The page you are looking for does not exist.

Reviewers: kristof.beyls, MatzeB

Reviewed By: MatzeB

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D39291

Modified:
    lnt/trunk/docs/importing_data.rst

Modified: lnt/trunk/docs/importing_data.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/importing_data.rst?rev=316746&r1=316745&r2=316746&view=diff
==============================================================================
--- lnt/trunk/docs/importing_data.rst (original)
+++ lnt/trunk/docs/importing_data.rst Fri Oct 27 01:03:26 2017
@@ -21,7 +21,7 @@ Example::
 
     echo -n "foo.exec 25\nbar.score 24.2\nbar/baz.size 110.0\n" > results.txt
     lnt importreport --machine=my-machine-name --order=1234 --testsuite=nts results.txt report.json
-    lnt submit http://mylnt.com/default/submitRun report.json
+    lnt submit http://mylnt.com/db_default/submitRun report.json
 
 .. _json_format:
 




More information about the llvm-commits mailing list