Skip to content

Commit 98fe8d4

Browse files
Delete $OUT_OF_SOURCE_DIR under --force
The deletion of "$OUT_OF_SOURCE_DIR" had mistakenly been lumped together with Yotta and then removed when Yotta support was removed. Bring it back.
1 parent 43b51c8 commit 98fe8d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scripts/all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ pre_parse_command_line () {
370370

371371
pre_check_git () {
372372
if [ $FORCE -eq 1 ]; then
373+
rm -rf "$OUT_OF_SOURCE_DIR"
373374
git checkout-index -f -q $CONFIG_H
374375
cleanup
375376
else

0 commit comments

Comments
 (0)