Don't skip the todo example since Diesel was fixed.

This commit is contained in:
Sergio Benitez 2016-11-02 18:50:37 +01:00
parent 2fec4209c9
commit 7beec53889
1 changed files with 0 additions and 5 deletions

View File

@ -55,11 +55,6 @@ build_and_test "${CONTRIB_DIR}"
check_versions_match "${LIB_DIR}" "${CODEGEN_DIR}" "${CONTRIB_DIR}"
for file in ${EXAMPLES_DIR}/*; do
if [ "$(basename $file)" = "todo" ]; then
echo ":: Skipping todo example due to broken Diesel..."
continue
fi
if [ -d "${file}" ]; then
bootstrap_script="${file}/bootstrap.sh"
if [ -x "${bootstrap_script}" ]; then