You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/11/15 18:21:41 UTC

[GitHub] [daffodil] stevedlawrence commented on pull request #875: Remove all API deprecated methods/class/objects

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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org