aboutsummaryrefslogtreecommitdiff
path: root/src/batchtools/headless/src/test/resources/ruleSets/customReporter.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/batchtools/headless/src/test/resources/ruleSets/customReporter.js')
-rw-r--r--src/batchtools/headless/src/test/resources/ruleSets/customReporter.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/batchtools/headless/src/test/resources/ruleSets/customReporter.js b/src/batchtools/headless/src/test/resources/ruleSets/customReporter.js
new file mode 100644
index 0000000..b51b2c3
--- /dev/null
+++ b/src/batchtools/headless/src/test/resources/ruleSets/customReporter.js
@@ -0,0 +1,6 @@
+/**
+ * Just a function to test dependencies.
+ */
+myReport = function(report, msg) {
+ report.error("custom "+msg);
+}; \ No newline at end of file