Skip to content

Commit

Permalink
Add cleanup command back
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Jun 5, 2020
1 parent 5728414 commit 3eb9c66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ temp_dir=$(mktemp -d)

function cleanup {
rm -rf ${temp_dir}
# rm -rf ${integ_under_test}
rm -rf ${integ_under_test}
}


Expand Down

0 comments on commit 3eb9c66

Please sign in to comment.