diff options
-rwxr-xr-x | tests/bootstrap_test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bootstrap_test.sh b/tests/bootstrap_test.sh index 9342d75e2..76b2ee99a 100755 --- a/tests/bootstrap_test.sh +++ b/tests/bootstrap_test.sh @@ -477,7 +477,8 @@ function test_null_build_after_docs { run_soong local mtime1=$(stat -c "%y" out/soong/build.ninja) - prebuilts/build-tools/linux-x86/bin/ninja -f out/soong/build.ninja soong_docs + prebuilts/build-tools/linux-x86/bin/ninja -f out/combined.ninja soong_docs + run_soong local mtime2=$(stat -c "%y" out/soong/build.ninja) |