Skip to content

Commit

Permalink
fix: Clarify error message for cert generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Aug 2, 2023
1 parent 1d1937a commit 5fbbf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openactive-integration-tests/test/reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class Reporter {
}
if (!validationResult?.valid) {
console.error(`\n${chalk.red(
'A valid conformance certificate could not be generated.\n\nIf you have not already done so, try simply running `npm start`, without specifying a specific test subset, to ensure that all tests are run for this feature configuration.',
'A valid conformance certificate could not be generated.\n\nIf you have not already done so, try simply running `npm start` without any parameters, to ensure that all tests are run for this feature configuration.',
)}`);
// Ensure that CI fails on validation error, without a stack trace
process.exitCode = 1;
Expand Down

0 comments on commit 5fbbf22

Please sign in to comment.