commit | 735b1255b510f85e152fd1d58b5cc7f1657367a5 | [log] [tgz] |
---|---|---|
author | Jeff Gaston <[email protected]> | Thu Jun 24 14:26:40 2021 -0400 |
committer | Jeff Gaston <[email protected]> | Mon Jun 28 09:59:18 2021 -0400 |
tree | daf01babd7f35cc1d87f6f97e38be0caa7c020a3 | |
parent | f97a9eb55c032c711fded93f8022cc7c01f4b3d1 [diff] |
diagnose-build-failure.sh skipping output for individual gradle runs in case we want to save all of its output somewhere and not have too much output Bug: 187822154 Change-Id: Ic7a5d35003957d1027b1261670b3d33c5610c33e
diff --git a/development/diagnose-build-failure/diagnose-build-failure.sh b/development/diagnose-build-failure/diagnose-build-failure.sh index d86e967..a6d2279 100755 --- a/development/diagnose-build-failure/diagnose-build-failure.sh +++ b/development/diagnose-build-failure/diagnose-build-failure.sh
@@ -139,7 +139,7 @@ cleanupCommand="$scriptPath/impl/backup-state.sh \$testDir $workingDir --move >/dev/null" fullFiltererCommand="$setupCommand -if $buildCommand; then +if $buildCommand >/dev/null 2>/dev/null; then $cleanupCommand exit $successStatus else