xref: /aosp_15_r20/external/e2fsprogs/tests/test_config (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1*6a54128fSAndroid Build Coastguard Worker#
2*6a54128fSAndroid Build Coastguard Worker# Test configuration
3*6a54128fSAndroid Build Coastguard Worker#
4*6a54128fSAndroid Build Coastguard Worker
5*6a54128fSAndroid Build Coastguard Workerunset LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME PAGER
6*6a54128fSAndroid Build Coastguard WorkerFSCK="$USE_VALGRIND ../e2fsck/e2fsck"
7*6a54128fSAndroid Build Coastguard WorkerMKE2FS="$USE_VALGRIND ../misc/mke2fs"
8*6a54128fSAndroid Build Coastguard WorkerDUMPE2FS="$USE_VALGRIND ../misc/dumpe2fs"
9*6a54128fSAndroid Build Coastguard WorkerTUNE2FS="$USE_VALGRIND ../misc/tune2fs"
10*6a54128fSAndroid Build Coastguard WorkerCHATTR="$USE_VALGRIND../misc/chattr"
11*6a54128fSAndroid Build Coastguard WorkerLSATTR="$USE_VALGRIND ../misc/lsattr"
12*6a54128fSAndroid Build Coastguard WorkerE2IMAGE="$USE_VALGRIND ../misc/e2image"
13*6a54128fSAndroid Build Coastguard WorkerE2IMAGE_EXE="../misc/e2image"
14*6a54128fSAndroid Build Coastguard WorkerDEBUGFS="$USE_VALGRIND ../debugfs/debugfs"
15*6a54128fSAndroid Build Coastguard WorkerDEBUGFS_EXE="../debugfs/debugfs"
16*6a54128fSAndroid Build Coastguard WorkerTEST_BITS="test_data.tmp"
17*6a54128fSAndroid Build Coastguard WorkerRESIZE2FS_EXE="../resize/resize2fs"
18*6a54128fSAndroid Build Coastguard WorkerRESIZE2FS="$USE_VALGRIND $RESIZE2FS_EXE"
19*6a54128fSAndroid Build Coastguard WorkerE2UNDO_EXE="../misc/e2undo"
20*6a54128fSAndroid Build Coastguard WorkerE2UNDO="$USE_VALGRIND $E2UNDO_EXE"
21*6a54128fSAndroid Build Coastguard WorkerE2MMPSTATUS="$USE_VALGRIND ../misc/dumpe2fs -m"
22*6a54128fSAndroid Build Coastguard WorkerTEST_REL=../tests/progs/test_rel
23*6a54128fSAndroid Build Coastguard WorkerTEST_ICOUNT=../tests/progs/test_icount
24*6a54128fSAndroid Build Coastguard WorkerCRCSUM=../tests/progs/crcsum
25*6a54128fSAndroid Build Coastguard WorkerCLEAN_OUTPUT="sed -f $cmd_dir/filter.sed"
26*6a54128fSAndroid Build Coastguard WorkerLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss:${LD_LIBRARY_PATH}
27*6a54128fSAndroid Build Coastguard WorkerDYLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss:${DYLD_LIBRARY_PATH}
28*6a54128fSAndroid Build Coastguard Workerexport LD_LIBRARY_PATH
29*6a54128fSAndroid Build Coastguard Workerexport DYLD_LIBRARY_PATH
30*6a54128fSAndroid Build Coastguard WorkerTZ=GMT0
31*6a54128fSAndroid Build Coastguard Workerexport TZ
32*6a54128fSAndroid Build Coastguard WorkerLC_ALL=C
33*6a54128fSAndroid Build Coastguard Workerexport LC_ALL
34*6a54128fSAndroid Build Coastguard WorkerE2FSCK_CONFIG=/dev/null
35*6a54128fSAndroid Build Coastguard Workerexport E2FSCK_CONFIG
36*6a54128fSAndroid Build Coastguard WorkerMKE2FS_CONFIG=./mke2fs.conf
37*6a54128fSAndroid Build Coastguard Workerexport MKE2FS_CONFIG
38*6a54128fSAndroid Build Coastguard WorkerBLKID_FILE=/dev/null
39*6a54128fSAndroid Build Coastguard Workerexport BLKID_FILE
40*6a54128fSAndroid Build Coastguard Workerunset MKE2FS_FIRST_META_BG
41*6a54128fSAndroid Build Coastguard WorkerE2FSPROGS_SKIP_PROGRESS=yes
42*6a54128fSAndroid Build Coastguard Workerexport E2FSPROGS_SKIP_PROGRESS
43*6a54128fSAndroid Build Coastguard WorkerEXT2FS_NO_MTAB_OK=yes
44*6a54128fSAndroid Build Coastguard Workerexport EXT2FS_NO_MTAB_OK
45*6a54128fSAndroid Build Coastguard WorkerRESIZE2FS_FORCE_LAZY_ITABLE_INIT=yes
46*6a54128fSAndroid Build Coastguard Workerexport RESIZE2FS_FORCE_LAZY_ITABLE_INIT
47*6a54128fSAndroid Build Coastguard WorkerE2FSPROGS_LIBMAGIC_SUPPRESS=yes
48*6a54128fSAndroid Build Coastguard Workerexport E2FSPROGS_LIBMAGIC_SUPPRESS
49