aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-05-15 14:00:57 -0700
committerGravatar GitHub <noreply@github.com>2019-05-15 14:00:57 -0700
commit7073fb976ce011785099cc8bd85144a9ca8b2de3 (patch)
treebd20e6a474eb17c3a4288bd6be2e926274e5c344 /infra/base-images
parent012ad644ca7fbf14903ad3e0cca9e5bb40d84364 (diff)
[i386] Do i386 builds of projects that have opted-in (#2416)
Diffstat (limited to 'infra/base-images')
-rwxr-xr-xinfra/base-images/base-runner/test_all2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-runner/test_all b/infra/base-images/base-runner/test_all
index 556591ed..eea31111 100755
--- a/infra/base-images/base-runner/test_all
+++ b/infra/base-images/base-runner/test_all
@@ -56,7 +56,7 @@ for FUZZER_BINARY in $(find $OUT/ -maxdepth 1 -executable -type f); do
LOG_PATH_FOR_BROKEN_TARGET="${BROKEN_TARGETS_DIR}/${FUZZER}"
# Launch bad build check process in the background.
- bad_build_check $FUZZER_BINARY > $LOG_PATH_FOR_BROKEN_TARGET &
+ bad_build_check $FUZZER_BINARY &> $LOG_PATH_FOR_BROKEN_TARGET &
# Count total number of fuzz targets being tested.
TOTAL_TARGETS_COUNT=$[$TOTAL_TARGETS_COUNT+1]