File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
+ # ci stopgap: ensure tools/bazel is run for `bazel` invocations
6
+ PATH=" $( cd " $( dirname " $0 " ) " /..; pwd) " /tools:$PATH
7
+
5
8
md5_util () {
6
9
if [[ " $OSTYPE " == " darwin" * ]]; then
7
10
_md5_util=" md5"
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
+ # ci stopgap: ensure tools/bazel is run for `bazel` invocations
6
+ PATH=" $( cd " $( dirname " $0 " ) " /..; pwd) " /tools:$PATH
7
+
5
8
test_disappearing_class () {
6
9
git checkout test_expect_failure/disappearing_class/ClassProvider.scala
7
10
bazel build test_expect_failure/disappearing_class:uses_class
@@ -1138,4 +1141,4 @@ $runner test_scalac_jvm_flags_from_scala_toolchain_fails
1138
1141
$runner test_scalac_jvm_flags_work_with_scalapb
1139
1142
$runner test_scala_test_jvm_flags_on_target_overrides_toolchain_passes
1140
1143
$runner test_scala_test_jvm_flags_from_scala_toolchain_passes
1141
- $runner test_scala_test_jvm_flags_from_scala_toolchain_fails
1144
+ $runner test_scala_test_jvm_flags_from_scala_toolchain_fails
You can’t perform that action at this time.
0 commit comments