sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #18260
[Question #229496]: htmlm report + sed new file 0 size
New question #229496 on Sikuli:
https://answers.launchpad.net/sikuli/+question/229496
Hi,
using r930
when I produce html report and start sed to generate new file i have 0 size, new file.
If I start batch file from cmd everything is OK, I have new file with some txt.
sikuli code:
outfile = open("C:\\Report.html", "w")
runner = HTMLTestRunner.HTMLTestRunner(stream=outfile, title='Test Report')
runner.run(suite)
outfile.close()
run('c:\\sed2.bat')
batch code:
sed -e ................." %filehtml% > %filetxt%
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.