Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
andyscott committed Aug 14, 2019
1 parent 330c7cf commit 9aa00a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test_reproducibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

if ! bazel_loc="$(type -p 'bazel')" || [[ -z "$bazel_loc" ]]; then
export PATH="$(cd "$(dirname "$0")"/..; pwd)"/tools:$PATH
export PATH="$(cd "$(dirname "$0")"/tools; pwd)"/tools:$PATH
echo 'Using ./tools/bazel directly for bazel calls'
fi

Expand Down
6 changes: 1 addition & 5 deletions test_rules_scala.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

if ! bazel_loc="$(type -p 'bazel')" || [[ -z "$bazel_loc" ]]; then
export PATH="$(cd "$(dirname "$0")"/..; pwd)"/tools:$PATH
export PATH="$(cd "$(dirname "$0")"/tools; pwd)"/tools:$PATH
echo 'Using ./tools/bazel directly for bazel calls'
fi

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

bazel info
$runner bazel info
exit 0

$runner bazel build test/...
#$runner bazel build "test/... --all_incompatible_changes"
$runner bazel test test/...
Expand Down

0 comments on commit 9aa00a5

Please sign in to comment.