mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
Factor out more of the test suite run config
This commit is contained in:
parent
30380a0d18
commit
afa321ae5f
@ -75,9 +75,9 @@ jobs:
|
||||
sudo -u nobody virtualenv --python python2.7 /tmp/tests
|
||||
sudo -u nobody /tmp/tests/bin/pip install tox
|
||||
|
||||
- run:
|
||||
- run: &RUN_TESTS
|
||||
name: "Run test suite"
|
||||
command: &RUN_TESTS |
|
||||
command: |
|
||||
# Run the test suite as a non-root user. This is the expected
|
||||
# usage some small areas of the test suite assume non-root
|
||||
# privileges (such as unreadable files being unreadable).
|
||||
@ -158,8 +158,7 @@ jobs:
|
||||
sudo -u nobody /tmp/tests/bin/pip install tox
|
||||
|
||||
- run:
|
||||
name: "Run test suite"
|
||||
command: *RUN_TESTS
|
||||
<<: *RUN_TESTS
|
||||
|
||||
|
||||
fedora-27:
|
||||
|
Loading…
Reference in New Issue
Block a user