#845: separate tool for uploading to smolder
---------------------+------------------------------------------------------
 Reporter:  coke     |       Owner:  dukeleto
     Type:  todo     |      Status:  assigned
 Priority:  minor    |   Milestone:          
Component:  testing  |     Version:  trunk   
 Severity:  low      |    Keywords:          
     Lang:           |       Patch:          
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by mikehh):

 I have had situations where the upload has failed (off-line or couldn't
 connect, whatever) - in that case you can use the following command to
 upload the archive:
 {{{
 perl -Ilib -MParrot::Harness::Smoke
 
-e'Parrot::Harness::Smoke::send_archive_to_smolder(Parrot::Harness::Smoke::collect_test_environment_data())'
 }}}

 I found this in the docs somewhere, but I can't track it down at the
 moment.

 this allows you to send the archive parrot_test_run.tar.gz generated by
 make smoke to the archive later (provided the parrot config/environment
 data has not changed)

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/845#comment:6>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to