diff --git a/explorer/autoupdate_testdata.sh b/explorer/autoupdate_testdata.sh index 994b15d7f3a2..b6cdce8e0f43 100755 --- a/explorer/autoupdate_testdata.sh +++ b/explorer/autoupdate_testdata.sh @@ -4,5 +4,7 @@ # Exceptions. See /LICENSE for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -bazel run -c opt --test_sharding_strategy=disabled //explorer:file_test \ - -- --autoupdate +bazel run -c opt --experimental_convenience_symlinks=ignore \ + --ui_event_filters=-info,-stdout,-stderr,-finish \ + --test_sharding_strategy=disabled \ + //explorer:file_test -- --autoupdate diff --git a/testing/file_test/autoupdate_testdata.sh b/testing/file_test/autoupdate_testdata.sh index cbf3312de1ff..c258c803dc63 100755 --- a/testing/file_test/autoupdate_testdata.sh +++ b/testing/file_test/autoupdate_testdata.sh @@ -4,4 +4,6 @@ # Exceptions. See /LICENSE for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -bazel run -c opt //testing/file_test:file_test_base_test -- --autoupdate "$@" +bazel run -c opt --experimental_convenience_symlinks=ignore \ + --ui_event_filters=-info,-stdout,-stderr,-finish \ + //testing/file_test:file_test_base_test -- --autoupdate "$@" diff --git a/toolchain/autoupdate_testdata.py b/toolchain/autoupdate_testdata.py index 6e0b20173b94..ce3e288fbadd 100755 --- a/toolchain/autoupdate_testdata.py +++ b/toolchain/autoupdate_testdata.py @@ -19,6 +19,8 @@ def main() -> None: "run", "-c", "opt", + "--experimental_convenience_symlinks=ignore", + "--ui_event_filters=-info,-stdout,-stderr,-finish", "//toolchain/testing:file_test", "--", "--autoupdate",