[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.