Skip to content

Commit 0fb2b2a

Browse files
committed
just run 3_10 test, stat and env
1 parent 5d609c2 commit 0fb2b2a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.bazelci/presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,5 @@ tasks:
112112
- '--cxxopt=-std=c++14'
113113
- '--host_cxxopt=-std=c++14'
114114
test_targets:
115-
- "//tests/..."
115+
#- "//tests/..."
116+
- "//tests:version_test_binary_3_10

examples/bzlmod/tests/version_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@
1717
set -o errexit -o nounset -o pipefail
1818
set -x
1919

20+
env
21+
2022
# VERSION_PY_BINARY is a space separate list of the executable and its main
2123
# py file. We just want the executable.
2224
bin=($VERSION_PY_BINARY)
2325
bin="${bin[@]//*.py}"
2426

2527
ls -l $(dirname $bin)
2628

29+
stat $bin
2730
version_py_binary=$($bin)
2831

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

0 commit comments

Comments
 (0)