On Thu, Apr 28, 2011 at 4:51 AM, Tom Bachmann <ness...@googlemail.com> wrote: >> > I get the following log: >> >> [...] >> Yes, but for some reason, the log in the "out" directory is empty, or none. >> > > Well, what I pasted above was taken from the log I found in out.
We need to debug it. All I know that sympy-bot submits empty reports sometimes, but haven't figured it out. But actually, since we'll be using pastehtml.com, I should just send the report.html, and be done with it. And that all we need to do is to improve the sympy-next to report all logs into report.html as well, and we are good. > >> I use the following code in sympy-bot to submit the report: >> >> print "> Uploading test results" >> s = cmd("other/pastebin.py %s/out/2* -n sympy-bot --public -e N" % \ >> tmpdir, capture=True) >> url = s.split()[-1] >> print "> Uploaded at: %s" % url >> >> so the file .../out/2* must exist. It'd be nice to make sympy-next >> generate a simple file as a report, not a filename as a date, since >> it's hard to read it from sympy-bot. > > I'll try to extend sympy-next in the desired ways tonight. > > As for html pasting, what about http://pastehtml.com/ ? pastehtml.com is great! That's exactly what I was looking for and can be easily automated. gist.github.com can't be automated from a script. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.