mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
Unittest - Notes on env vars that affect test execution
This commit is contained in:
parent
d9d3b47c31
commit
b49360c240
1 changed files with 5 additions and 0 deletions
5
test/basetest/README
Normal file
5
test/basetest/README
Normal file
|
@ -0,0 +1,5 @@
|
|||
Shell environment variables that affect how and what tests are executed:
|
||||
|
||||
TASKW_SKIP -> Causes any test that needs Taskwarrior (task binary) to be skipped
|
||||
TASKD_SKIP -> Causes any test that needs Task Server (taskd binary) to be skipped
|
||||
USE_PATH -> Causes tests to look for "task" and "taskd" in PATH instead of the default location
|
Loading…
Add table
Add a link
Reference in a new issue