mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 05:30:23 +02:00
Enhancement - shadow files
- Properly clears out the context, so shadow files can work.
This commit is contained in:
parent
52fb6abb9b
commit
40bde9e765
2 changed files with 10 additions and 4 deletions
|
@ -9,3 +9,9 @@ done
|
|||
|
||||
date >> all.log
|
||||
|
||||
echo -n 'Pass: '
|
||||
grep ^ok all.log | wc -l
|
||||
|
||||
echo -n 'Fail: '
|
||||
grep ^not all.log | wc -l
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue