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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user