Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
aa9232a3
Commit
aa9232a3
authored
Aug 25, 2019
by
Paul McCarthy
🚵
Browse files
Merge branch 'ci/xvfb' into 'master'
CI: Fix problem running simultaneous xvfb servers See merge request fsl/fslpy!158
parents
f245ee09
8152096d
Pipeline
#4231
passed with stages
in 26 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci/test_template.sh
View file @
aa9232a3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment