Delete the correct directory in dist check.

This commit is contained in:
Elliott Sales de Andrade 2017-05-17 05:28:13 -04:00
parent 1846eb3c77
commit c69d82795c
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ def check_dist(packagename, meson_command):
print('Installing the distribution package failed.')
return 1
finally:
shutil.rmtree(srcdir)
shutil.rmtree(unpackdir)
shutil.rmtree(builddir)
shutil.rmtree(installdir)
print('Distribution package %s tested.' % packagename)