Propagate errors from integration tests scripts. am: 731bb91b8e

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1676618

Change-Id: Id44cd55cc9285d5de02ea67de3095ad3b8e6fe5d
This commit is contained in:
Lukacs T. Berki 2021-04-19 09:23:28 +00:00 committed by Automerger Merge Worker
commit c48e025f28
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ function test_glob_noop_incremental() {
# This test needs to start from a clean build, but setup creates an
# initialized tree that has already been built once. Clear the out
# directory to start from scratch.
# directory to start from scratch (see b/185591972)
rm -rf out
mkdir -p a

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -eu
TOP="$(readlink -f "$(dirname "$0")"/../../..)"
"$TOP/build/soong/tests/bootstrap_test.sh"