Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
1a0ebf7e
Commit
1a0ebf7e
authored
Jul 19, 2017
by
Theo Steininger
Browse files
Added '-x' flag to nosetests
parent
747c1e4f
Pipeline
#15159
failed with stage
in 7 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1a0ebf7e
...
...
@@ -47,9 +47,9 @@ test_mpi_fftw_hdf5:
-
ci/install_pyfftw.sh
-
ci/install_h5py.sh
-
python setup.py build_ext --inplace
-
mpiexec --allow-run-as-root -n 2 nosetests -
vv
-
mpiexec --allow-run-as-root -n 4 nosetests
-
nosetests -
vv
--with-coverage --cover-package=nifty --cover-branches
-
mpiexec --allow-run-as-root -n 2 nosetests -
x
-
mpiexec --allow-run-as-root -n 4 nosetests
-x
-
nosetests -
x
--with-coverage --cover-package=nifty --cover-branches
-
>
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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