Tests - run_all script now exports TASKD_USE_PATH=1

This commit is contained in:
Renato Alves 2015-03-03 01:50:57 +00:00
parent 180c382de2
commit b5da4acab9

View file

@ -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