Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #269: Correct error checking for taskSpawn
The test for failure of taskSpawn should be for the value of ERROR, not 0, per the VxWorks API documentation. Found when implementing the unit test improvements in #230. This issue is generally only reproducible in UT where taskSpawn can be made to fail.
- Loading branch information