Revert: allow non-root user to run functests

This caused Jenkins to not run functests.

Signed-off-by: Prashanth Pai <ppai@redhat.com>
This commit is contained in:
Prashanth Pai 2014-05-08 15:01:01 +05:30
parent cb7e968873
commit 191e55b976
1 changed files with 0 additions and 5 deletions

View File

@ -48,11 +48,6 @@ fail()
### MAIN ###
# This script runs functional tests only with tempauth
if [ $EUID -ne 0 ]; then
echo "Functional tests must be run as root"
exit 1
fi
# Only run if there is no configuration in the system
if [ -x /etc/swift ] ; then
quit "/etc/swift exists, cannot run functional tests."