sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #18036
Re: [Question #228924]: How to terminate a script which involves SimpleXMLRPCServer gracefully
Question #228924 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/228924
Status: Open => Solved
Aravind confirmed that the question is solved:
Resolved the issue.
I was giving os._exit() in the tearDown method all these time and that was why the termination happened before reports get generated. Kindly correct if I'm wrong.
So now, placing that after the run test suite will not affect the report
generation in anyway.
runner.run(suite)
fp.close()
os._exit()
Thanks a lot Raiman
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.