mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:30:12 +01:00
With this set, autoupdate will print messages indicating what it's doing, such as the command that it's invoking to execute bazel. For example: ```console $ ./toolchain/autoupdate_testdata.py -v toolchain/check/testdata/basics/empty.carbon Detected --compilation_mode: fastbuild /home/zygoloid/carbon-lang/scripts/run_bazel.py run -c fastbuild --experimental_convenience_symlinks=ignore --ui_event_filters=-info,-stdout,-stderr,-finish //toolchain/testing:file_test -- --autoupdate --print_slowest_tests 0 --file_tests=toolchain/check/testdata/basics/empty.carbon [... normal output ...] ```