Clean the object directory after the test
This commit is contained in:
parent
81f7b98239
commit
f11f772819
|
@ -46,7 +46,7 @@ _embedded()
|
||||||
(cd .. && sh -c "$make OBJDIR='$objdir/' $TARGETS")
|
(cd .. && sh -c "$make OBJDIR='$objdir/' $TARGETS")
|
||||||
ret=$?
|
ret=$?
|
||||||
[ $ret -eq 0 ] || echo "$PROGNAME: $1: Could not build for embedded" 1>&2
|
[ $ret -eq 0 ] || echo "$PROGNAME: $1: Could not build for embedded" 1>&2
|
||||||
#$RM -r -- "$objdir"
|
$RM -r -- "$objdir"
|
||||||
return $ret
|
return $ret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user