You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using master-branch built dbptk to validate a siard file on linux environment.
I noticed upon trying siard file validation out that it always returns exit code 1 regardless whether it was invoked to validate a valid or invalid siard file. On shell environment, exit code 1 usually implies that an error has happened while exit code 0 means there is no error.
Description:
I tried using master-branch built dbptk to validate a siard file on linux environment.
I noticed upon trying siard file validation out that it always returns exit code 1 regardless whether it was invoked to validate a valid or invalid siard file. On shell environment, exit code 1 usually implies that an error has happened while exit code 0 means there is no error.
Steps required to reproduce the bug:
java -jar dbptk-app-2.11.0-SNAPSHOT.jar validate
.echo $?
, see how it returns 0.dbptk-app.log.txt
and see how the log mentionsEXIT CODE: 0
.java -jar dbptk-app-2.11.0-SNAPSHOT.jar validate -if my_valid.siard
.echo $?
, see how it returns 1.dbptk-app.log.txt
and see how the log mentionsEXIT CODE: 1
.The text was updated successfully, but these errors were encountered: