Opened 13 years ago

Last modified 13 years ago

#16677 closed Bug

templates tests fail when the path to django contains a space — at Initial Version

Reported by: Aymeric Augustin Owned by: nobody
Component: Template system Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

See here: http://ci.myks.org/job/Django%20+%20Oracle/42/console

Since the project is called "Django + Oracle", the checkout ends up in "/var/lib/jenkins/jobs/Django + Oracle/workspace".

To reproduce the problem, move your checkout of django so there's a space somewhere in the path (for instance mv django-trunk "django trunk") and run PYTHONPATH=.. ./runtests.py --settings=test_sqlite templates.

This isn't a big problem in itself — who uses spaces in filesystem paths? — but it may be a symptom of a more general escaping problem.

Change History (0)

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