Changeset 531ce3a6fd488efc448d608ddc575d3ac5545710 for README
- Timestamp:
- 02/13/09 14:09:59 (3 years ago)
- Children:
- bcaf3494df73e30262f508a84aa50fad8bc1d24a
- Parents:
- 1641e797df31622a217ebb7904b766db82a1209d
- git-committer:
- Frederic Lepied <frederic.lepied@…> (02/13/09 14:09:59)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
README
rcb437b7 r531ce3a 75 75 76 76 After the execution of a test script, the result is sent back to the 77 server using the following url: http://<ipaddr>:<port>/upload/ . I77 server using the following url: http://<ipaddr>:<port>/upload/<test id>/. I 78 78 usualy run the following curl command to upload the result: 79 79 80 curl --retry 0 -s -f -F "file=@$output" http://<ipaddr>:<port>/upload/ 80 curl --retry 0 -s -f -F "file=@$output" http://<ipaddr>:<port>/upload/<test id>/ 81 81 82 82 These uploaded files are stored under the directory set by the
