Commit c2c57b58 authored by Matthew Brett's avatar Matthew Brett
Browse files
parent 5a4fff10
...@@ -337,7 +337,7 @@ function install_run { ...@@ -337,7 +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 rmdir tmp_for_test 2>/dev/null || echo "Cannot remove tmp_for_test"
} }
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