You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/05/17 21:06:16 UTC

[GitHub] ccollins476ad opened a new pull request #166: newt test - test all descendent packages.

ccollins476ad opened a new pull request #166: newt test - test all descendent packages.
URL: https://github.com/apache/mynewt-newt/pull/166
 
 
   If the user specifies a non-unittest package as the argument to `newt test <pkg>`, newt attempts to test every unittest package that is a descendent of the specified package (i.e., every test package in a child directory).  This worked when the specified package only contained a single unittest package.  However, if the package has two or more unittest packages, newt failed with the following message:
   
   ```
   Error: Package <pkg> contains no unit tests
   ```
   
   Now, newt correctly executes all descendent unit tests.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services