From b49360c2406300574529d52a585106ca0bc87a1d Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Thu, 31 Jul 2014 17:06:26 +0100 Subject: [PATCH] Unittest - Notes on env vars that affect test execution --- test/basetest/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/basetest/README diff --git a/test/basetest/README b/test/basetest/README new file mode 100644 index 000000000..037b22164 --- /dev/null +++ b/test/basetest/README @@ -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