`dbptk-report-...` file should not be generated whenever dbptk-tool is invoked
pandabear opened this issue · 0 comments
pandabear commented
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 beingvalidate
. - 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 invalidvalidate
call.