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:
Richard Purdie 2019-10-04 08:39:56 +01:00
parent 488882ac9a
commit aa5f3f7b39

View File

@ -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")