mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Any test that contains a '*' in the description output has a chance of failing because that '*' gets expanded by the shell, somewhere in the run_all script. While I can't find that problem (yet) and fix it, I can remove the '*' from the output.
This commit is contained in:
parent
61fdc0da52
commit
168027cb9a
2 changed files with 8 additions and 7 deletions
|
@ -52,6 +52,7 @@ int main (int argc, char** argv)
|
|||
context.config.set ("tag.indicator", "+");
|
||||
context.config.set ("dependency.indicator", "D");
|
||||
context.config.set ("recurrence.indicator", "R");
|
||||
context.config.set ("active.indicator", "A");
|
||||
context.config.set ("dateformat", "Y-M-D");
|
||||
context.config.set ("indent.annotation", "2");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue