stevedlawrence commented on code in PR #23: URL: https://github.com/apache/daffodil-sbt/pull/23#discussion_r1574821247
########## src/sbt-test/sbt-daffodil/versions-01/test.script: ########## Review Comment: Unfortunately we can't. This isn't actually an sbt file. It's a file used by the "script" framework for testing plugins. It's essentially a list of sbt commands to run (and expected success or failure) and a list of file commands to run. And the "scripted" framework supports "test" and "test.script" for the name of this file. "test" is what most projects use, but it conflicts with our the flat schema layout that uses a "test" directory. So we use "test.script". One of the other PRs for this daffodil-sbt repo (https://github.com/apache/daffodil-sbt/pulls) adds references to the scripted framework and a little explanation on how to run these tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
