libretro-buildbot-recipe.sh: Handle disabled cores with fewer nested tests.

This commit is contained in:
orbea 2017-12-23 08:37:31 -08:00
parent a9325132e7
commit 8f37982927

View File

@ -577,7 +577,8 @@ while read line; do
continue
fi
if [ "${ENABLED}" = "YES" ]; then
[ "${ENABLED}" != "YES" ] && { echo "${NAME} is disabled, skipping"; continue; }
echo -ne "buildbot job started at: "
date
echo
@ -667,7 +668,6 @@ while read line; do
echo
echo -ne "buildbot job finished at: "
date
fi
cd "${BASE_DIR}"
PREVCORE=$NAME