aboutsummaryrefslogtreecommitdiff
path: root/auto_delete_nightly_test_data.py
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-11 02:06:16 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-11 02:06:16 +0000
commit8ad7474482094c8b37845d4ea6cf7e4f73f7f0b3 (patch)
tree73936aba47fe1dc71e9cc05af9747036e935608c /auto_delete_nightly_test_data.py
parentfaaf66b58503e8e759aa2ca8e2f431ac8ff584d6 (diff)
parent898f8d62d1305674635d1e341b5839154d4e6acd (diff)
downloadtoolchain-utils-android12L-s1-release.tar.gz
Change-Id: I72488923d125b02edf615c52d489a73294a6a92e
Diffstat (limited to 'auto_delete_nightly_test_data.py')
-rwxr-xr-xauto_delete_nightly_test_data.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/auto_delete_nightly_test_data.py b/auto_delete_nightly_test_data.py
index c3c2e24c..67841188 100755
--- a/auto_delete_nightly_test_data.py
+++ b/auto_delete_nightly_test_data.py
@@ -215,8 +215,7 @@ def CleanChromeTelemetryTmpFiles(dry_run):
rv = 0
ce = command_executer.GetCommandExecuter()
tmp_dir = os.path.join(constants.CROSTC_WORKSPACE, 'chromeos', '.cache',
- 'distfiles', 'target', 'chrome-src-internal', 'src',
- 'tmp')
+ 'distfiles', 'chrome-src-internal', 'src', 'tmp')
cmd = f'rm -fr {shlex.quote(tmp_dir)}/tmp*telemetry_Crosperf'
if dry_run:
print(f'Going to execute:\n{cmd}')