aboutsummaryrefslogtreecommitdiff
path: root/src/batchtools/headless/src/test/resources/ruleSets/customReporter.js
blob: b51b2c3e806ca4fc6268c0e23b2ec3f3950559a3 (plain)
1
2
3
4
5
6
/**
 * Just a function to test dependencies.
 */
myReport = function(report, msg) {
  report.error("custom "+msg);
};