autoupdate_testdata.sh 389 B

123456789
  1. #!/usr/bin/env bash
  2. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  3. # Exceptions. See /LICENSE for license information.
  4. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  5. bazel run -c opt --experimental_convenience_symlinks=ignore \
  6. --ui_event_filters=-info,-stdout,-stderr,-finish \
  7. //testing/file_test:file_test_base_test -- --autoupdate "$@"