Fix custom task template.
This commit is contained in:
parent
f9c54f7607
commit
2145f266e1
2 changed files with 6 additions and 5 deletions
|
|
@ -293,7 +293,8 @@ suite "nimscript":
|
|||
test "can list nimscript tasks":
|
||||
cd "nimscript":
|
||||
let (output, exitCode) = execNimble("tasks")
|
||||
check "work test description".normalize in output.normalize
|
||||
check "work".normalize in output.normalize
|
||||
check "test description".normalize in output.normalize
|
||||
check exitCode == QuitSuccess
|
||||
|
||||
test "can use pre/post hooks":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue