[roll] Roll fuchsia [fx-test][rewrite] Fix ValueError exception regarding '--'

```
λ fx test fuchsia-pkg://fuchsia.com/starnix_syscalls_cpp_tests#meta/syscalls_cpp_test.cm -o --test-filter "*SyslogTest*"
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/REDACTED/host-tools/test2/__main__.py", line 5, in <module>
  File "/REDACTED/host-tools/test2/main.py", line 41, in main
  File "/REDACTED/host-tools/test2/args.py", line 128, in parse_args
ValueError: '--' is not in list
```

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/963372
Original-Revision: 5345605d72094f8ef26af506ffa7d92339b06754
GitOrigin-RevId: f3cda09e8f77c30e960f1143b24e6af36c9e1ced
Change-Id: Ie39c6a4a52f3571a72cf5368603aeb44ec7e4f70
1 file changed
tree: 331e2e9a818ea908365bc62183d256086a8a4642
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.