#7906 closed (fixed)
admin_scripts/tests.py uses python as executable instead of current executable
Reported by: | CHasenpflug | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
r8055 raised to the surface the fact that the test suite was using python
for its executable instead of the version of python being currently run. This causes an issue on the buildbots where the executables are expected to be named python2.x.
Attachments (1)
Change History (3)
by , 16 years ago
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8056]) Fixed #7906 -- Modified admin_scripts regression test to use the same python executable that is running the test suite, rather than using 'python' on the path. Thanks to Chris Hasenpflug for the report.