mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
29.52.2018 fcb7fffe9ab6b5d08bae9e7dbd703096b567e3d6
borgbutler-core/src/test/java/de/micromata/borgbutler/jobs/TestJob.java
@@ -20,6 +20,10 @@
        this.time = time;
        this.failOn = failOn;
        this.counterScript = counterScript;
        if (failOn >= 0) {
            // Don't log the error in the log files due to a failed job, because it's intended to force a failed job.
            this.logError = false;
        }
    }
    @Override