darcs

Issue 1285 cabal clean should remove cabal tests' intermediaries

Title cabal clean should remove cabal tests' intermediaries
Priority bug Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, twb
Assigned To
Topics

Created on 2008-12-26.13:23:08 by twb, last changed 2009-08-27.14:19:49 by admin.

Messages
msg6895 (view) Author: twb Date: 2008-12-26.13:23:05
Consider the following transcript:

    $ make maintainer-clean
    $ cabal test
    [...]
    ^C to interrupt cabal test
    $ cabal clean
    cleaning...
    $ ls -1d tests*/
    tests/
    tests-darcs-2.dir/
    tests-hashed.dir/

The last two lines indicate intermediary directories created by "cabal
test" but not removed by "cabal clean".

PS: solutions to this may be affected by issue1283.
msg6965 (view) Author: twb Date: 2009-01-04.16:46:03
The following patch updated the status of issue1285 to be resolved:

* Resolve issue1285: remove "cabal test" intermediaries.
History
Date User Action Args
2008-12-26 13:23:08twbcreate
2009-01-04 16:46:06twbsetstatus: unread -> resolved-in-unstable
nosy: kowey, simon, twb, thorkilnaur, dmitry.kurochkin
messages: + msg6965
2009-04-22 02:37:55twbsetpriority: bug
nosy: kowey, simon, twb, thorkilnaur, dmitry.kurochkin
2009-04-22 03:39:37twbsetstatus: resolved-in-unstable -> resolved
nosy: kowey, simon, twb, thorkilnaur, dmitry.kurochkin
2009-08-25 17:37:00adminsetnosy: + darcs-devel, - simon
2009-08-27 14:19:49adminsetnosy: kowey, darcs-devel, twb, thorkilnaur, dmitry.kurochkin