aboutsummaryrefslogtreecommitdiff
path: root/src/batchtools/headless/src/test/resources/ruleSets/makeError.js
blob: 57897c3607b894ed019bf98f5d7afdbaa8385aca (plain)
1
2
3
4
5
exports.name = "Generate Errors";
exports.description = "Always report an error";
exports.rule = function(report) {
  report.error("error", null);
};