[PATCH] D19053: [LNT] Some more docs for the LNT json file format.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 08:23:20 PDT 2016


kristof.beyls added inline comments.

================
Comment at: docs/concepts.rst:63-65
@@ -62,5 +62,5 @@
 
 Any program can submit results data to LNT, and specify any test suite.  The
 data format is a simple JSON file, and that file needs to be HTTP POSTed to the
 submitRun URL.
 
----------------
cmatthews wrote:
> jgreenhalgh wrote:
> > Or use the lnt import command line tool.
> An example with curl would be handy.
I agree. I'm afraid I have never used the HTTP POST method to submit runs before. I just tried using curl, and it wasn't immediately obvious to me which parameters to specify - so I'm not going to write documentation about this right now.


http://reviews.llvm.org/D19053





More information about the llvm-commits mailing list