Skip to content

Commit b6c9982

Browse files
committed
tests: remove the library the (k) and (l) checks extract
1 parent fcbe4e1 commit b6c9982

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/apk-consumer/check-apk-features.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,5 @@ mkdir -p k && unzip -q -o "$APK" "$LIB" -d k
306306
readelf -S "k/$LIB" > sections-l.log
307307
grep -q '\.symtab' sections-l.log || fail "keep_debug_symbols packed a stripped library" sections-l.log
308308
unset APK_CONSUMER_KEEP_DEBUG_SYMBOLS
309+
rm -rf k
309310
echo "ok: keep_debug_symbols packs the library with its symbol table"

0 commit comments

Comments
 (0)