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

Removed crashing ulimit command from tests

parent 8b6c4761
Branches
Tags
1 merge request!1merge fixed unit tests into master branch
Pipeline #
......@@ -25,7 +25,7 @@ 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
# - ulimit -n unlimited
- 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