From b1eb23b905b80b9728e61f21876e2946db6f239d Mon Sep 17 00:00:00 2001
From: Wouter Klijn <klijn@astron.nl>
Date: Tue, 22 May 2012 09:25:16 +0000
Subject: [PATCH] task #3242: And now the correct path

---
 CEP/Pipeline/test/pipeline_test.run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CEP/Pipeline/test/pipeline_test.run b/CEP/Pipeline/test/pipeline_test.run
index 8e137c887ae..9a13ecb7dc8 100755
--- a/CEP/Pipeline/test/pipeline_test.run
+++ b/CEP/Pipeline/test/pipeline_test.run
@@ -8,7 +8,7 @@
 #run the actual python script performing the tests
 # Run all test collected in the current directory (including possible self tests!)
 
-PYTHONPATH=${srcdir}/test_framework/fixture:${srcdir}/recipes:${PYTHONPATH}
+PYTHONPATH=${srcdir}/test_framework/fixture:${srcdir}/recipes/sip:${PYTHONPATH}
 export PYTHONPATH
 echo "PYTHONPATH=$PYTHONPATH"
 python ${srcdir}/test_framework/unittest_runner.py -x results.xml -p ${srcdir}
-- 
GitLab