Skip to content

Commit 797130b

Browse files
committed
Add more output to test script
1 parent 522fb57 commit 797130b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test-bazel/toolchains-query.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ echo "\n"
88
echo "shutdow"
99
bazel shutdown
1010

11+
echo "\n"
12+
echo "\n"
13+
echo "cquery"
14+
bazel cquery "@bazel_tools//tools/jdk:current_java_toolchain + @bazel_tools//tools/jdk:current_java_runtime" 2>/dev/null
15+
1116
echo "\n"
1217
echo "\n"
1318
echo "--output build"
@@ -27,3 +32,9 @@ echo "\n"
2732
echo "\n"
2833
echo "--output starlark"
2934
bazel cquery --output starlark --starlark:file $SCRIPT_DIR/toolchains-query-format.scl "@bazel_tools//tools/jdk:current_java_toolchain + @bazel_tools//tools/jdk:current_java_runtime" 2>/dev/null
35+
36+
echo "\n"
37+
echo "\n"
38+
echo "cquery"
39+
bazel cquery "@bazel_tools//tools/jdk:current_java_toolchain + @bazel_tools//tools/jdk:current_java_runtime" 2>/dev/null
40+

0 commit comments

Comments
 (0)