Re: [Sikuli-driver] [Question #174821]: How to add log statement into the log files generated via command line

2011-10-19 Thread scott
Question #174821 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/174821 Status: Answered = Solved scott confirmed that the question is solved: Duh... I forgot that Sikuli itself had includes a non exist image. I guess cmd line won't close Sikuli while testing. Thanks! --

Re: [Sikuli-driver] [Question #174821]: How to add log statement into the log files generated via command line

2011-10-17 Thread RaiMan
Question #174821 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/174821 Status: Open = Answered RaiMan proposed the following answer: use print some message before the script ends, you have to somehow evaluate, wether test passed or failed and use e.g. if test_passed:

Re: [Sikuli-driver] [Question #174821]: How to add log statement into the log files generated via command line

2011-10-17 Thread scott
Question #174821 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/174821 Status: Answered = Open scott is still having a problem: Hi RaiMan, The result i recived from the message console from Sikuli was different from what i got in the log file when i tried your method.

[Sikuli-driver] [Question #174821]: How to add log statement into the log files generated via command line

2011-10-16 Thread scott
New question #174821 on Sikuli: https://answers.launchpad.net/sikuli/+question/174821 Hi, I was able to generate a Sikuli log file via command line on my windows 7 64bit OS. Now, i need add a log statement that says either This test case ran successfully or failed at the end of file. How do