Skip to content

Commit 001528e

Browse files
committed
add bazel version to name, ls -l
1 parent b4e3d10 commit 001528e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ matrix:
9595
tasks:
9696
# Keep in sync with .bcr/presubmit.yml
9797
bcr_tests:
98-
name: BCR test module
98+
name: BCR test module ${{ bazel }}
9999
platform: ${{ platform }}
100100
bazel: ${{ bazel }}
101101
working_directory: examples/bzlmod

examples/bzlmod/tests/version_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ set -x
2121
# py file. We just want the executable.
2222
bin=($VERSION_PY_BINARY)
2323
bin="${bin[@]//*.py}"
24+
25+
ls -l $(dirname $bin)
26+
2427
version_py_binary=$($bin)
2528

2629
if [[ "${version_py_binary}" != "${VERSION_CHECK}" ]]; then

0 commit comments

Comments
 (0)