mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2026-01-27 11:01:24 +01:00
build-perf-test-wrapper: Cannot clean up helper at this point
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
488882ac9a
commit
aa5f3f7b39
|
|
@ -232,7 +232,6 @@ if archive_dir:
|
|||
|
||||
subprocess.check_call("rm -rf %s" % build_dir, shell=True)
|
||||
subprocess.check_call("rm -rf %s" % results_tmpdir, shell=True)
|
||||
subprocess.check_call("rm -rf ../yocto-autobuilder-helper", shell=True)
|
||||
subprocess.check_call("rm -rf *", shell=True)
|
||||
|
||||
print("DONE")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user