From b5da4acab977a8dafa9aebdbe27dc7b50bf3e5ce Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Tue, 3 Mar 2015 01:50:57 +0000 Subject: [PATCH] Tests - run_all script now exports TASKD_USE_PATH=1 --- test/run_all.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/run_all.in b/test/run_all.in index a2bb06c68..635c9ace0 100755 --- a/test/run_all.in +++ b/test/run_all.in @@ -1,5 +1,8 @@ #! /bin/sh +# Look for taskd in $PATH instead of task/src/ +export TASKD_USE_PATH=1 + rc=0 if [ x"$1" = x"--verbose" ]; then