> On 1/12/2017, at 08:23, Emmanuel Charpentier <emanuel.charpent...@gmail.com> 
> wrote:
> 
> Thank you, François. That's what I was afraid of...
> 
> Do you think it could be worthwhile to create the possibility of running a 
> package's test suite without re-building it ? Possibly immediately after 
> creating the possibility of *removing* an installed package ?
> 

Short answer: no. To run a package test suite you need to have the source 
unpacked
and built. So if you want to do that, you have to keep all the build 
directories.

Note that in most case you don’t need a rebuild to run the test suite. Just 
going in
the build directory and running “make check” is enough in most case and it won’t
rebuild the whole thing. But you have to keep the build directory (and the 
source
if it is an "out of source” build).

François

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

Reply via email to