Skip to content

Commit 9aa00a5

Browse files
committed
whoops
1 parent 330c7cf commit 9aa00a5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

test_reproducibility.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
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
77
echo 'Using ./tools/bazel directly for bazel calls'
88
fi
99

test_rules_scala.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
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
77
echo 'Using ./tools/bazel directly for bazel calls'
88
fi
99

@@ -1046,10 +1046,6 @@ dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
10461046
. "${dir}"/test_runner.sh
10471047
runner=$(get_test_runner "${1:-local}")
10481048

1049-
bazel info
1050-
$runner bazel info
1051-
exit 0
1052-
10531049
$runner bazel build test/...
10541050
#$runner bazel build "test/... --all_incompatible_changes"
10551051
$runner bazel test test/...

0 commit comments

Comments
 (0)