From 010c54f066fc86487a25c10a1f13e54a0d7083d6 Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Wed, 4 Oct 2023 15:33:19 -0400 Subject: [PATCH] Remove output log location The mentioned script is a leftover copy/paste error --- .kokoro/conformance.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.kokoro/conformance.sh b/.kokoro/conformance.sh index 21f95613e..93233a7a8 100755 --- a/.kokoro/conformance.sh +++ b/.kokoro/conformance.sh @@ -53,10 +53,5 @@ kill $proxyPID echo "test6" -# fix output location of logs -bash .kokoro/coerce_logs.sh - -echo "test7" - echo "exiting with ${RETURN_CODE}" exit ${RETURN_CODE} \ No newline at end of file