check_configtool.sh: remove test files on success.
This commit is contained in:
parent
e35fe22f74
commit
b3f77a89b2
|
|
@ -33,3 +33,5 @@ git ls-files "config/*.h" | while read IN; do
|
|||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
rm -rf "${OUTDIR}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue