File tree 2 files changed +2
-6
lines changed 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
if ! bazel_loc=" $( type -p ' bazel' ) " || [[ -z " $bazel_loc " ]]; then
6
- export PATH=" $( cd " $( dirname " $0 " ) " /.. ; pwd) " /tools:$PATH
6
+ export PATH=" $( cd " $( dirname " $0 " ) " /tools ; pwd) " /tools:$PATH
7
7
echo ' Using ./tools/bazel directly for bazel calls'
8
8
fi
9
9
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
if ! bazel_loc=" $( type -p ' bazel' ) " || [[ -z " $bazel_loc " ]]; then
6
- export PATH=" $( cd " $( dirname " $0 " ) " /.. ; pwd) " /tools:$PATH
6
+ export PATH=" $( cd " $( dirname " $0 " ) " /tools ; pwd) " /tools:$PATH
7
7
echo ' Using ./tools/bazel directly for bazel calls'
8
8
fi
9
9
@@ -1046,10 +1046,6 @@ dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
1046
1046
. " ${dir} " /test_runner.sh
1047
1047
runner=$( get_test_runner " ${1:- local} " )
1048
1048
1049
- bazel info
1050
- $runner bazel info
1051
- exit 0
1052
-
1053
1049
$runner bazel build test/...
1054
1050
# $runner bazel build "test/... --all_incompatible_changes"
1055
1051
$runner bazel test test/...
You can’t perform that action at this time.
0 commit comments