mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
make test args optional
This commit is contained in:
parent
a4fb33c235
commit
3837fd880c
@ -4,7 +4,7 @@ TAHOE_LAFS_TOX_ENVIRONMENT=$1
|
|||||||
shift
|
shift
|
||||||
|
|
||||||
TAHOE_LAFS_TOX_ARGS=$1
|
TAHOE_LAFS_TOX_ARGS=$1
|
||||||
shift
|
shift || :
|
||||||
|
|
||||||
# Run the test suite as a non-root user. This is the expected usage some
|
# 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
|
# small areas of the test suite assume non-root privileges (such as unreadable
|
||||||
|
@ -4,7 +4,7 @@ TAHOE_LAFS_TOX_ENVIRONMENT=$1
|
|||||||
shift
|
shift
|
||||||
|
|
||||||
TAHOE_LAFS_TOX_ARGS=$1
|
TAHOE_LAFS_TOX_ARGS=$1
|
||||||
shift
|
shift || :
|
||||||
|
|
||||||
# Set up the virtualenv as a non-root user so we can run the test suite as a
|
# Set up the virtualenv as a non-root user so we can run the test suite as a
|
||||||
# non-root user. See below.
|
# non-root user. See below.
|
||||||
|
Loading…
Reference in New Issue
Block a user