javajon / katacoda-solver

Solver is a command-line interface (CLI) that helps authors create O'Reilly Challenges. The Solver utility helps authors organize the verifications, the myriad of hints, and provides an enhanced solutions mechanism for rapid testing. Solver is not required, but it can shorten your time for producing quality Challenges.

Home Page:https://katacoda.com/scenario-examples/courses/challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some shell commands in verifications.sh can fail silently

javajon opened this issue · comments

When a command like curl fails silently in validations.sh the command solver verify can in some cases report true, yet the framework still fails to advance to the next task. More can be done to trap and detect these quiet failures.