mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancement
- Output error, header, footnote and debug messages on standard error.
This commit is contained in:
parent
b093d23f1f
commit
b45a305df2
28 changed files with 101 additions and 82 deletions
|
@ -52,7 +52,7 @@ qx{../src/task rc:recur.rc 2 do};
|
|||
qx{../src/task rc:recur.rc 3 do};
|
||||
qx{../src/task rc:recur.rc 4 do};
|
||||
qx{../src/task rc:recur.rc 5 do};
|
||||
$output = qx{../src/task rc:recur.rc list};
|
||||
$output = qx{../src/task rc:recur.rc list 2>&1 >/dev/null};
|
||||
like ($output, qr/and was deleted/, 'Parent task deleted');
|
||||
|
||||
$output = qx{../src/task rc:recur.rc diag};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue