diff options
Diffstat (limited to 'kokoro/gcp_ubuntu/presubmit.cfg')
-rw-r--r-- | kokoro/gcp_ubuntu/presubmit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/gcp_ubuntu/presubmit.cfg b/kokoro/gcp_ubuntu/presubmit.cfg index e4dfb8d5e..e6552753c 100644 --- a/kokoro/gcp_ubuntu/presubmit.cfg +++ b/kokoro/gcp_ubuntu/presubmit.cfg @@ -6,6 +6,6 @@ build_file: "repo/kokoro/gcp_ubuntu/run_tests.sh" action { define_artifacts { regex: "**/sponge_log.xml" - regex: "**/test.log" + regex: "**/sponge_log.log" } } |