#3677: [with patch, positive review] sage -tp does not take into account the
current directory
---------------------------+--------------------------
       Reporter:  mhansen  |        Owner:  gfurnish
           Type:  defect   |       Status:  closed
       Priority:  minor    |    Milestone:  sage-3.2.2
      Component:  misc     |   Resolution:  fixed
       Keywords:           |    Merged in:
        Authors:           |    Reviewers:
Report Upstream:  N/A      |  Work issues:
         Branch:           |       Commit:
   Dependencies:           |     Stopgaps:
---------------------------+--------------------------
Changes (by chapoton):

 * upstream:   => N/A


Old description:

> At the end of testing when reporting the results, sage -t does not take
> into account the current directory.  It produces output like this:
>
> {{{
>         sage -t  devel/sage-
> combinat/sage/combinat/root_system/ambient_space.py
>         sage -t  devel/sage-
> combinat/sage/combinat/root_system/root_lattice_realization.py
>         sage -t  devel/sage-
> combinat/sage/combinat/root_system/root_space.py
>         sage -t  devel/sage-
> combinat/sage/combinat/root_system/root_system.py
>         sage -t  devel/sage-
> combinat/sage/combinat/root_system/weight_space.py
> }}}
>
> when it should be giving output like
>
> {{{
>         sage -t  ambient_space.py
>         sage -t  root_lattice_realization.py
>         sage -t  root_space.py
>         sage -t  root_system.py
>         sage -t  weight_space.py
> }}}
>
> if I am in $SAGE_ROOT/devel/sage-combinat/sage/combinat/root_system .

New description:

 At the end of testing when reporting the results, sage -t does not take
 into account the current directory.  It produces output like this:

 {{{
 sage -t  devel/sage-combinat/sage/combinat/root_system/ambient_space.py
 sage -t  devel/sage-
 combinat/sage/combinat/root_system/root_lattice_realization.py
 sage -t  devel/sage-combinat/sage/combinat/root_system/root_space.py
 sage -t  devel/sage-combinat/sage/combinat/root_system/root_system.py
 sage -t  devel/sage-combinat/sage/combinat/root_system/weight_space.py
 }}}

 when it should be giving output like

 {{{
 sage -t  ambient_space.py
 sage -t  root_lattice_realization.py
 sage -t  root_space.py
 sage -t  root_system.py
 sage -t  weight_space.py
 }}}

 if I am in $SAGE_ROOT/devel/sage-combinat/sage/combinat/root_system .

--

--
Ticket URL: <http://trac.sagemath.org/ticket/3677#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to