[
https://issues.apache.org/jira/browse/DAFFODIL-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655060#comment-17655060
]
Dave Thompson commented on DAFFODIL-2699:
-----------------------------------------
Verified that this is still an issue. Ran the following commands:
$ daffodil-cli/target/universal/stage/bin/daffodil test -iii -r
daffodil-test/src/test/resources/org/apache/daffodil/usertests/nameDOB_test.tdml
nameDOB_test2
Total: 0, Pass: 0, Fail: 0, Not Found: 0
$ echo $?
0
> CLI test return code is 0 even if specified test is not found
> -------------------------------------------------------------
>
> Key: DAFFODIL-2699
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2699
> Project: Daffodil
> Issue Type: Bug
> Components: CLI, TDML Runner
> Affects Versions: 3.3.0
> Reporter: Mike Beckerle
> Assignee: Dave Thompson
> Priority: Minor
> Labels: reverify
>
>
> There is no test named nameDOB_test2, but this is what happened
> {code:java}
> daffodil test -iii -r test/nameDOB2.tdml nameDOB_test2
> Total: 0, Pass: 0, Fail: 0, Not Found: 0
> $ echo $?
> 0{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)