Skip to content
Snippets Groups Projects
Commit dbad1a45 authored by Wouter Klijn's avatar Wouter Klijn
Browse files

Task #3242: With help of marcel (magix of Ctest) now the test working

parent b1eb23b9
No related branches found
No related tags found
No related merge requests found
......@@ -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/sip:${PYTHONPATH}
PYTHONPATH=${srcdir}/test_framework/fixture:${PYTHONPATH}
export PYTHONPATH
echo "PYTHONPATH=$PYTHONPATH"
python ${srcdir}/test_framework/unittest_runner.py -x results.xml -p ${srcdir}
This diff is collapsed.
......@@ -9,7 +9,7 @@ import tempfile
import pyrap.tables as tb #@UnresolvedImport
from lofarpipe.support.utilities import create_directory #@UnresolvedImport
from nodes.imager_prepare import imager_prepare #@UnresolvedImport
from lofarpipe.recipes.nodes.imager_prepare import imager_prepare #@UnresolvedImport
from logger import logger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment