Skip to content
Snippets Groups Projects
Verified Commit 36854d06 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

autopkgtest: fix tool name in skippable list

parent 0b73c549
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ fi
export LIBGUESTFS_MEMSIZE=128
if [ "$(basename "$0")" = "pytest-with-recommends" ]; then
export DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS="aapt apktool dexdump zipinfo pedump oggDump ppudump otool lipo radare2"
export DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS="aapt2 apktool dexdump zipinfo pedump oggDump ppudump otool lipo radare2"
fi
for py in $(py3versions -s); do
......
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