summaryrefslogtreecommitdiff
path: root/apexer/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apexer/runtests.sh')
-rwxr-xr-xapexer/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apexer/runtests.sh b/apexer/runtests.sh
index 201270e..5121122 100755
--- a/apexer/runtests.sh
+++ b/apexer/runtests.sh
@@ -28,7 +28,7 @@ m -j apexer
export APEXER_TOOL_PATH="${ANDROID_BUILD_TOP}/out/soong/host/linux-x86/bin:${ANDROID_BUILD_TOP}/prebuilts/sdk/tools/linux/bin"
PATH+=":${ANDROID_BUILD_TOP}/prebuilts/sdk/tools/linux/bin"
-for fs_type in ext4 f2fs
+for fs_type in ext4 f2fs erofs
do
input_dir=$(mktemp -d)
output_dir=$(mktemp -d)