From 64be2306399cdcbbb4ffda6f00567b00469e7ca1 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Sat, 25 Apr 2015 23:59:49 +0100 Subject: [PATCH] Tests: Include taskd in USE_PATH warning --- test/basetest/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/basetest/utils.py b/test/basetest/utils.py index b8833003a..5ffc72332 100644 --- a/test/basetest/utils.py +++ b/test/basetest/utils.py @@ -130,8 +130,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 and add the location of the task binary to " - "the PATH".format(e)), + "env before execution and add the location of the task(d) binary " + "to the PATH".format(e)), 255)) # false exitcode return