We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d609c2 commit 0fb2b2aCopy full SHA for 0fb2b2a
2 files changed
.bazelci/presubmit.yml
@@ -112,4 +112,5 @@ tasks:
112
- '--cxxopt=-std=c++14'
113
- '--host_cxxopt=-std=c++14'
114
test_targets:
115
- - "//tests/..."
+ #- "//tests/..."
116
+ - "//tests:version_test_binary_3_10
examples/bzlmod/tests/version_test.sh
@@ -17,13 +17,16 @@
17
set -o errexit -o nounset -o pipefail
18
set -x
19
20
+env
21
+
22
# VERSION_PY_BINARY is a space separate list of the executable and its main
23
# py file. We just want the executable.
24
bin=($VERSION_PY_BINARY)
25
bin="${bin[@]//*.py}"
26
27
ls -l $(dirname $bin)
28
29
+stat $bin
30
version_py_binary=$($bin)
31
32
if [[ "${version_py_binary}" != "${VERSION_CHECK}" ]]; then
0 commit comments