Changes between Version 23 and Version 27 of Ticket #5155
- Timestamp:
- 12/06/11 21:32:31 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5155
-
Property
Summary
changed from
Fix doctests and methods that want write access to $SAGE_LOCAL
toFix doctests that want write access to $SAGE_ROOT
-
Property
Milestone
changed from
sage-4.7.3
tosage-4.8
-
Property
Summary
changed from
-
Ticket #5155 – Description
v23 v27 1 All doctests in Sage should pass when they are run as a user that does not have write access to the Sage install. To do that, set SAGE_TESTDIR to some place writable, for example 2 {{{ 3 export SAGE_TESTDIR=$HOME/tmp 4 }}} 5 and run the doctests on a Sage install that isn't owned by the user: 1 All doctests in Sage should pass when they are run as a user that does not have write access to the Sage install. To do that, run the doctests on a Sage install that isn't owned by the user: 6 2 {{{ 7 3 $ ./sage -tp 4 -long devel/sage/doc/common devel/sage/doc/de devel/sage/doc/en devel/sage/doc/fr devel/sage/doc/ru devel/sage/sage