#!/bin/bash
#
# A simple wrapper so rules_bazel_integration_test can use the
# bazel version inherited from the environment.

bazel "$@"
