Skip to content
Snippets Groups Projects
Commit d3080a41 authored by Christoph Heidecker's avatar Christoph Heidecker
Browse files

Merge branch 'master' into 'add-htcondor-info'

# Conflicts:
#   .gitlab-ci.yml
parents cc9ad2ad e055a30f
Branches
Tags
1 merge request!1merge fixed unit tests into master branch
Pipeline #
......@@ -25,8 +25,8 @@ test_navix_slc6_python34:
- export XRD_INCDIR="/usr/include/xrootd"
- cd /opt/xrootd-python && python3.4 setup.py install
- cd /builds/ETP-HTC/NaviX
# - ulimit -n unlimited
- coverage run test_it.py && kill $(ps aux | grep 'NaviX.py' | awk '{print $2}')
- coverage run test_it.py
- kill $(ps aux | grep 'NaviX.py' | awk '{print $2}')
- coverage report -m --omit=/usr/*,tests/*,test_it.py
# - source /opt/rh/rh-python34/enable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment