Skip to content
Snippets Groups Projects
Commit a114583f authored by Matthew Laird's avatar Matthew Laird
Browse files

Generic harness.sh wasn't sourcing the environment setting script

parent ed42142f
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ ENSDIR="${ENSDIR:-$PPWD}"
setenv="$ENSDIR/ensembl/activate"
# Setup the paths and perl5lib
$setenv -vv $ENSDIR
source $setenv -vv $ENSDIR
if [ "$ENSDIR" != "$PPWD" ]; then
$setenv -vvd $PWD
source $setenv -vvd $PWD
fi
export TEST_AUTHOR=$USER
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment