sympy / sympy-bot-old

SymPy pull request helper
http://reviews.sympy.org/
Other
24 stars 16 forks source link

Cache info in summary doesn't recognize -C option to test #121

Open asmeurer opened 12 years ago

asmeurer commented 12 years ago

The summary uses os.getenv("SYMPY_USE_CACHE"), which isn't changed with bin/test -C. I guess the only way is to parse the test output for the cache info in the header, falling back to os.getenv if that fails.