mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-06 19:20:08 +00:00
_not available_ in the build environment!
This commit is contained in:
parent
9ad7257614
commit
fd26551c17
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -eo pipefail
|
#!/bin/bash -e
|
||||||
|
|
||||||
PROJECT=$1
|
PROJECT=$1
|
||||||
shift
|
shift
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -eo pipefail
|
#!/bin/bash -e
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -eo pipefail
|
#!/bin/bash -e
|
||||||
|
|
||||||
# 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…
x
Reference in New Issue
Block a user