Page 1 of 1
Post Processing Scripts, possible to display info on history output?
Posted: June 23rd, 2008, 8:32 am
by undertow
Is there a way to display custom return text on the history page, rather than having to click "Show script output"? Preferably using a shell script, but I can use perl if necessary.
Re: Post Processing Scripts, possible to display info on history output?
Posted: June 23rd, 2008, 8:47 am
by shypike
Only think I can think of is to show either the first or the last line of the output.
Re: Post Processing Scripts, possible to display info on history output?
Posted: June 23rd, 2008, 9:18 am
by undertow
shypike wrote:
Only think I can think of is to show either the first or the last line of the output.
That's fine, I can make sure the last line echoed is the desired response text. What would I need to do?
Re: Post Processing Scripts, possible to display info on history output?
Posted: June 23rd, 2008, 2:59 pm
by shypike
That depends on your script.
Just make sure it sends text to the console, with the interesting bit in the last line.
How about "@echo Yes, I did it!".
Seriously, this goes on the todo list and will not be in 0.4.0Final.
We have to stop adding features, else we'll never get it out the door.
Re: Post Processing Scripts, possible to display info on history output?
Posted: June 23rd, 2008, 3:23 pm
by undertow
Ah, my previous response as to "how to do it" was under the assumption that it was a currently available option. No big deal, if and when it can be done is fine. It's purely for my sanity sake, it obviously doesn't affect functionality.
Thanks for looking into it.