Opened 19 years ago

Last modified 18 years ago

#46 closed defect (fixed)

Logfiles are not removed

Reported by: kajny Owned by: kajny
Priority: critical Milestone:
Component: Version:
Keywords: Cc: kajny, Adrian Pop

Description


Change History (3)

comment:1 by kajny, 19 years ago

Generated logfiles in /tmp are not remove even when doing a clean exit in mosh.
My /tmp is full if stuff like log-EquationFor1.mo

comment:2 by Peter Aronsson, 19 years ago

These logfiles comes from the testsuite, so if someone is good at writing perl
programs, please fix it..

comment:3 by Adrian Pop, 18 years ago

Logs are good for the tests. I vote to not remove them.
Is quite easy to remove them and if people want that we could do it like this:
if the "runone" returns 0 AND

we're not in verbose mode AND
there were no warnings.

then

system "rm -rf $log";

I will close this bug. We can open it later if needed.

Note: See TracTickets for help on using tickets.