[roll] Roll third_party/pigweed pw_unit_test: Reset exit_status before starting tests

The unit test framework object is a static object. Whenever there's a
failed case, exit_status is set to 1 and never changed. Next time when
tests start, the result is always failed even if there's no failed case.
Fix is to reset the exit_status before tests start, so every run has a
fresh status.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/128733
Original-Revision: 40844aa695c4d182f689645da103e99f5b283123
GitOrigin-RevId: 464cb89db317b9fd8047cc4da3a25fc45f5657ca
Change-Id: I02d0bea27ed818b728d91d4a760c223778ae2ae4
1 file changed
tree: f647762d57735bc528160815a9b51ca7df89125a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.