aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/bazel_from_env
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/bazel_from_env')
-rwxr-xr-xtests/integration/bazel_from_env6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/integration/bazel_from_env b/tests/integration/bazel_from_env
new file mode 100755
index 0000000..96780b8
--- /dev/null
+++ b/tests/integration/bazel_from_env
@@ -0,0 +1,6 @@
+#!/bin/bash
+#
+# A simple wrapper so rules_bazel_integration_test can use the
+# bazel version inherited from the environment.
+
+bazel "$@"