Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#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)

7906.diff (555 bytes ) - added by CHasenpflug 16 years ago.

Download all attachments as: .zip

Change History (3)

by CHasenpflug, 16 years ago

Attachment: 7906.diff added

comment:1 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(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.

comment:2 by Jacob, 13 years ago

milestone: 1.0 beta

Milestone 1.0 beta deleted

Note: See TracTickets for help on using tickets.
Back to Top