Skip to content
Snippets Groups Projects
Commit 259366b4 authored by Jessica Clarke's avatar Jessica Clarke Committed by Holger Levsen
Browse files

reproducible_freebsd.sh: Update cleanup_tmpdirs to match other rm

parent f0497b83
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ cleanup_tmpdirs() {
$RSSH "sudo chflags -R noschg $TMPDIR"
$RSSH "rm -r $TMPDIR" || true
rm $TMPDIR -r
$RSSH 'sudo rm -rf /usr/src'
$RSSH 'sudo rm -rf /usr/src /usr/obj/usr/src'
}
create_results_dirs() {
......
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