Skip to content

Commit d581bad

Browse files
committed
Piping output causes return value to return success
1 parent 9008c36 commit d581bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ do
2525
# skipping tests
2626
echo "No difference from master, skipping tests."
2727
else
28-
mvn clean verify package -B | tee sponge_log.log
28+
mvn clean verify package -B
2929
es=$?
3030
if [ $es -ne 0 ]; then
3131
EXIT_STATUS=$es

0 commit comments

Comments
 (0)