This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch fix/RAT-500 in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 7e783f36b6fb0018cbc59762b38c82fe174767ec Author: P. Ottlinger <[email protected]> AuthorDate: Tue Oct 14 18:40:34 2025 +0200 RAT-500: Add test to show no arguments does not fail --- apache-rat-core/src/it/resources/ReportTest/RAT_500/commandLine.txt | 1 + apache-rat-core/src/it/resources/ReportTest/RAT_500/output.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/apache-rat-core/src/it/resources/ReportTest/RAT_500/commandLine.txt b/apache-rat-core/src/it/resources/ReportTest/RAT_500/commandLine.txt new file mode 100644 index 00000000..7489accb --- /dev/null +++ b/apache-rat-core/src/it/resources/ReportTest/RAT_500/commandLine.txt @@ -0,0 +1 @@ +-- \ No newline at end of file diff --git a/apache-rat-core/src/it/resources/ReportTest/RAT_500/output.txt b/apache-rat-core/src/it/resources/ReportTest/RAT_500/output.txt new file mode 100644 index 00000000..650fb457 --- /dev/null +++ b/apache-rat-core/src/it/resources/ReportTest/RAT_500/output.txt @@ -0,0 +1 @@ +Anything goes here in order to not let the integration test fail
