_not available_ in the build environment!

This commit is contained in:
Jean-Paul Calderone 2018-06-15 15:17:32 -04:00
parent 9ad7257614
commit fd26551c17
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -eo pipefail
#!/bin/bash -e
PROJECT=$1
shift

View File

@ -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
# small areas of the test suite assume non-root privileges (such as unreadable

View File

@ -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
# non-root user. See below.