# New Ticket Created by James Keenan # Please include the string: [perl #57090] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57090 >
I'm beginning to enjoy 'make smolder_test'. Here is a wishlist item for its ongoing development. When the test run concludes, it prints out this message: Test report successfully sent to Smolder at http://smolder.plusthree.com/app/public_projects/smoke_reports/8 Finished That's nice, but what you see when you click on that link are the 8 most recently submitted reports. Suppose you walk away from your keyboard and come back long after make smolder_test has concluded. You go to the site and may have difficulty searching for your particular report -- particularly if it's on an OS that's getting a lot of Smolder testing. I would prefer make smolder_test instead (or additionally) printed out something like this: http://smolder.plusthree.com/app/public_projects/report_details/2310 ... so you'd know precisely which report is yours. Thank you very much. kid51