Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
2d3205ad
Commit
2d3205ad
authored
Jul 16, 2019
by
Andrew Murray
Browse files
Remove temporary directory if empty
parent
dfe4812e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
common_utils.sh
common_utils.sh
+1
-0
No files found.
common_utils.sh
View file @
2d3205ad
...
@@ -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 {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment