stevedlawrence commented on PR #875: URL: https://github.com/apache/daffodil/pull/875#issuecomment-1315701521
> is there a way I can run a single test or suite tests at a time instead of all them at once? This would just be to be to test fixes for them timing out. This is what I do using the sbt console: ```bash $ sbt sbt:daffodil> daffodil-cli/IntegrationTest/testOnly org.apache.daffodil.foo.TestSuite -- --tests=test_name_of_test ``` Leave off the `-- --tests=...` to run all tests in a suite. -- 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]
