mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 05:30:23 +02:00
Unit Tests
- All unit tests most now clean up a residual undo.data file, so the number of tests increased, but with no benefit.
This commit is contained in:
parent
5d8c28f72f
commit
dc2bac1b5e
66 changed files with 261 additions and 78 deletions
|
@ -1617,9 +1617,11 @@ std::string handleReportStats ()
|
|||
if (!stat (file.c_str (), &s))
|
||||
dataSize += s.st_size;
|
||||
|
||||
#ifdef FEADTURE_UNDO
|
||||
file = location + "/undo.data";
|
||||
if (!stat (file.c_str (), &s))
|
||||
dataSize += s.st_size;
|
||||
#endif
|
||||
|
||||
// TODO Include transaction log?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue