8 export DISPLAY="localhost:0.0"
10 # check for __init__.py in the SHAPER's Python scripts directory
11 # for correct parsing PYTHONPATH and use the actual version of SHAPER
12 # instead of distributed with SALOME
13 if [[ ! -f ${SHAPER_PYTHON_SCRIPTS_DIR}/salome/__init__.py ]]; then
14 touch ${SHAPER_PYTHON_SCRIPTS_DIR}/salome/__init__.py
18 ctest --no-compress-output -T Test "$@" -R $1
20 ctest --no-compress-output -T Test "$@"