aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-04 15:22:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-04 15:22:27 +0000
commitdd50b7b3a889741efe79e6e5e37dde0058401473 (patch)
tree79df6ccc8aa391af16a3306777185bf7f79692d0
parent8351fcd1da65a9667b8ee584a4bf1e649df6053e (diff)
parent2b75364315207d3f284208224a1d9a56d576b49d (diff)
downloadbuildSrc-emu-33-release.tar.gz
Snap for 10065001 from 2b75364315207d3f284208224a1d9a56d576b49d to emu-33-releaseemu-33-release
Change-Id: I9a98dd1936f196827c91c65c1d85fc277a0d124a
-rwxr-xr-xservers/build_tools.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/servers/build_tools.py b/servers/build_tools.py
index 42c148c..b864150 100755
--- a/servers/build_tools.py
+++ b/servers/build_tools.py
@@ -165,11 +165,8 @@ def main(argv):
run(launcher + cmd, cfg.get_env(), "bld")
# Let's run the e2e tests.
- if (
- False
- and presubmit # We disable the IntegrationTests due to stability issues.
+ if (presubmit # We disable the IntegrationTests due to stability issues.
and target == "linux"
- and not args.gfxstream
and not args.gfxstream_only
):
run(launcher + cmd + ["--task", "IntegrationTest"], cfg.get_env(), "tst")