adlnet / lrs-conformance-test-suite

A NodeJS project that tests the MUST requirements of the xAPI Spec and is based on the ADL testing requirements repository. The test suite website can be found here: https://lrstest.adlnet.gov/. The adopters website can be found here: https://adopters.adlnet.gov/

Home Page:https://adlnet.gov/projects/xapi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console runner should provide non-zero exit code for failures

ryasmi opened this issue · comments

Version
Master branch at commit 3a04557

Steps to reproduce the issue

  1. Run the tests with invalid auth details.

Expected behaviour
The runner should exit with a non-zero exit code so that CI tools show a failed build.

Actual behaviour
The runner exits with a zero exit code.

Did the merge add the functionality requested with this issue?

No the PR that was merged into LearningLocker's xAPI service didn't fix the issue here.

The open PR should fix the issue.