Stop special casing jeepyb and pypi-mirror in test

We have removed these projects from the PROJECTS list so no longer need
to special case them here.

Change-Id: Ic3116a646389438ded03f285819529477bf849d8
Depends-On: I61c2f3f8a724dc789479278e7ba493e095c52305
This commit is contained in:
Clark Boylan 2015-10-15 10:43:46 -07:00
parent 71e57cdd03
commit 7fe60b6f33

View File

@ -77,14 +77,6 @@ for PROJECT in $PROJECTS ; do
# project doesn't use pbr # project doesn't use pbr
continue continue
fi fi
if [ $SHORT_PROJECT = 'pypi-mirror' ]; then
# pypi-mirror doesn't consume the mirror
continue
fi
if [ $SHORT_PROJECT = 'jeepyb' ]; then
# pypi-mirror doesn't consume the mirror
continue
fi
if [ $SHORT_PROJECT = 'tempest' ]; then if [ $SHORT_PROJECT = 'tempest' ]; then
# Tempest doesn't really install # Tempest doesn't really install
continue continue