Skip to content
Snippets Groups Projects
Commit 62cb7df8 authored by Mick Jordan's avatar Mick Jordan
Browse files

Merge pull request #434 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:feature/pkgtest to master

* commit 'd3221428':
  mx_fastr_pkgs: fix missing create of tmpdir
parents 5564d9e9 d3221428
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ def _create_libinstall(s):
os.mkdir(libinstall)
install_tmp = join(s.dir, "install.tmp")
shutil.rmtree(install_tmp, ignore_errors=True)
os.mkdir(install_tmp)
test = join(s.dir, "test")
shutil.rmtree(test, ignore_errors=True)
os.mkdir(test)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment