Loading tests/bootstrap_test.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading tests/run_integration_tests.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash #!/bin/bash -eu TOP="$(readlink -f "$(dirname "$0")"/../../..)" "$TOP/build/soong/tests/bootstrap_test.sh" Loading Loading
tests/bootstrap_test.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
tests/run_integration_tests.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash #!/bin/bash -eu TOP="$(readlink -f "$(dirname "$0")"/../../..)" "$TOP/build/soong/tests/bootstrap_test.sh" Loading