diff options
| author | 2023-10-04 16:12:00 +0000 | |
|---|---|---|
| committer | 2023-10-05 17:11:50 +0000 | |
| commit | b2441c52a4b2b1547d4b09ca70a2382cc2de0b51 (patch) | |
| tree | b31d020f7f635b0aba5eeb5663fe4b01642daf1d /tests/run_integration_tests.sh | |
| parent | b7a672061188ed581c6c42475a1f4e2d9a9eebf6 (diff) | |
Revert "Revert "Modify symlink_forest to rerun when soong_build has changed.""
This reverts commit aa5cc2cd6af5da7c65914500fc6e11c6a130060c.
Reason for revert: Fixed the bug in the original draft.
There was an error in how we compared the file's MTime to the
file's contents.
Bug: 300288299
Test: presubmits
Test: build/soong/tests/run_integration_tests.sh
Change-Id: I9e53432c0842c0b9fc13fe20d30ce9af37640c7f
Diffstat (limited to 'tests/run_integration_tests.sh')
| -rwxr-xr-x | tests/run_integration_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh index 223baa4ac..8045591b4 100755 --- a/tests/run_integration_tests.sh +++ b/tests/run_integration_tests.sh @@ -10,6 +10,7 @@ TOP="$(readlink -f "$(dirname "$0")"/../../..)" "$TOP/build/soong/tests/persistent_bazel_test.sh" "$TOP/build/soong/tests/soong_test.sh" "$TOP/build/soong/tests/stale_metrics_files_test.sh" +"$TOP/build/soong/tests/symlink_forest_rerun_test.sh" "$TOP/prebuilts/build-tools/linux-x86/bin/py3-cmd" "$TOP/build/bazel/ci/rbc_dashboard.py" aosp_arm64-userdebug # The following tests build against the full source tree and don't rely on the |