From d211969236c6bc1624730c5d9c5b519f192f722f Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Tue, 17 Feb 2015 13:37:39 +0000 Subject: [PATCH] Tests - clarify that USE_PATH alone is not enough. --- test/basetest/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/basetest/utils.py b/test/basetest/utils.py index f5fafe002..b644ddd3f 100644 --- a/test/basetest/utils.py +++ b/test/basetest/utils.py @@ -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