stevedlawrence opened a new pull request #50: Move CLI tests to sbt integration URL: https://github.com/apache/incubator-daffodil/pull/50 Move CLI tests to src/it/ rather than being part of src/test. This means that we can reenable aggregation of the daffodil-cli subproject without fear of 'sbt test' running the CLI tests and extending the test cycle. With aggregation reenabled, this also means that we no longer need to run commands explicitly in the daffodil-cli project (i.e. things like 'sbt compile' or 'sbt clean' will compile/clean all subprojects, including daffodil-cli), simplifying build process and preventing some bugs in sbt from cropping up. To run cli tests, use 'sbt it:test'. To debug cli tests, use 'sbt debugIt:test'. DAFFODIL-1911
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
