Skip to content
Snippets Groups Projects
Commit aa9232a3 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'ci/xvfb' into 'master'

CI: Fix problem running simultaneous xvfb servers

See merge request fsl/fslpy!158
parents f245ee09 8152096d
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,9 @@ TEST_OPTS="--cov-report= --cov-append"
# We run some tests under xvfb-run
# because they invoke wx. Sleep in
# between, otherwise xvfb gets upset.
xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_idle.py"
xvfb-run -a python setup.py test --addopts="$TEST_OPTS tests/test_idle.py"
sleep 5
xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_platform.py"
xvfb-run -a python setup.py test --addopts="$TEST_OPTS tests/test_platform.py"
# We run the immv/imcp tests as the nobody
# user because some tests expect permission
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment