Commit 2d3205ad authored by Andrew Murray's avatar Andrew Murray
Browse files

Remove temporary directory if empty

parent dfe4812e
...@@ -337,6 +337,7 @@ function install_run { ...@@ -337,6 +337,7 @@ function install_run {
install_wheel install_wheel
mkdir tmp_for_test mkdir tmp_for_test
(cd tmp_for_test && run_tests) (cd tmp_for_test && run_tests)
rmdir tmp_for_test 2>/dev/null
} }
function fill_submodule { function fill_submodule {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment