Description:
I tried using master-branch built dbptk.
Whenever dbptk-tool is invoked, dbptk-report... file gets generated regardless how it was being executed (either with or without module. I personally believe this is an unintended behaviour.
Steps required to reproduce the bug:
- Execute
java -jar dbptk-app-2.11.0-SNAPSHOT.jar validate -if my_valid.siard.
- Notice how
dbptk-report... text file gets generated that contains Conversion Report despite the invocation being validate.
- Execute
java -jar dbptk-app-2.11.0-SNAPSHOT.jar validate.
- Notice how new
dbptk-report... text file gets generated that contains Conversion Report despite the invocation being an invalid validate call.