mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests - clarify that USE_PATH alone is not enough.
This commit is contained in:
parent
bd320b6729
commit
d211969236
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ def _queue_output(arguments, pidq, outputq):
|
|||
"",
|
||||
("Unexpected exception caught during execution of taskw: '{0}' . "
|
||||
"If you are running out-of-tree tests set USE_PATH=1 in shell "
|
||||
"env before execution".format(e)),
|
||||
"env before execution and add the location of the task binary to "
|
||||
"the PATH".format(e)),
|
||||
255)) # false exitcode
|
||||
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue