mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-05 23:17:20 +02:00
Actually run shell tests (#3583)
Two of these used EXPFAIL which, because nothing is interpreting the TAP output, does not work. So, that functionality is removed, and the expected-to-fail bits are commented out or removed. There was a conditional on the filename in `bash_tap.sh` which caused it to not actually do anything and just run the test as a simple shell script. That, too, has been removed.
This commit is contained in:
parent
c0b708d1f3
commit
17889a3f25
5 changed files with 69 additions and 54 deletions
|
@ -7,8 +7,6 @@ task 1 mod start:yesterday+18h
|
|||
task 1 done end:yesterday+20h
|
||||
|
||||
# this does not work without journal.info
|
||||
export EXPFAIL=true
|
||||
|
||||
# Check that 2 hour interval is reported by task info
|
||||
task info | grep -F "Start deleted"
|
||||
[[ ! -z `task info | grep -F "Start deleted (duration: 2:00:00)."` ]]
|
||||
#task info | grep -F "Start deleted"
|
||||
#[[ ! -z `task info | grep -F "Start deleted (duration: 2:00:00)."` ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue