Show
Ignore:
Timestamp:
02/13/09 14:09:59 (19 months ago)
Author:
Frederic Lepied <frederic.lepied@…>
Parents:
1641e797df31622a217ebb7904b766db82a1209d
Children:
bcaf3494df73e30262f508a84aa50fad8bc1d24a
git-committer:
Frederic Lepied <frederic.lepied@splitted-desktop.com> / 2009-02-13T14:09:59Z+0100
Message:

pass the logid to the upload url/function

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    rcb437b7 r531ce3a  
    7575 
    7676After the execution of a test script, the result is sent back to the 
    77 server using the following url: http://<ipaddr>:<port>/upload/. I 
     77server using the following url: http://<ipaddr>:<port>/upload/<test id>/. I 
    7878usualy run the following curl command to upload the result: 
    7979 
    80 curl --retry 0 -s -f -F "file=@$output" http://<ipaddr>:<port>/upload/ 
     80curl --retry 0 -s -f -F "file=@$output" http://<ipaddr>:<port>/upload/<test id>/ 
    8181 
    8282These uploaded files are stored under the directory set by the