Skip to content

Commit 1c0c698

Browse files
igorbernstein2elharoNeenu1995
authored
chore: minimize noise from build scripts (#1091)
This should limit the amount of scrolling client devs have to do when debugging a test failure Co-authored-by: Elliotte Rusty Harold <[email protected]> Co-authored-by: Neenu Shaji <[email protected]>
1 parent b91f129 commit 1c0c698

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synthtool/gcp/templates/java_library/.kokoro/coerce_logs.sh

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ job=$(basename ${KOKORO_JOB_NAME})
2828
echo "coercing sponge logs..."
2929
for xml in `find . -name *-sponge_log.xml`
3030
do
31-
echo "processing ${xml}"
3231
class=$(basename ${xml} | cut -d- -f2)
3332
dir=$(dirname ${xml})/${job}/${class}
3433
text=$(dirname ${xml})/${class}-sponge_log.txt

0 commit comments

Comments
 (0)