/
githubmirror
/
liburing
Обзор
Документация
Войти
/
githubmirror
/
liburing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
liburing-2.11
test/config
14 строк
556 B
Jens Axboe
test/config: add note that liburing tests may be destructive
26 июл 2024, 00:07
26 июл 2024, 00:07
0eba253
Код
Авторство
О чём код?
# Copy this to config.local, uncomment and define values # # NOTE: any files or devices added here will be used by tests that take # a file or device arguments This includes tests that are destructive with # respect to data contents. They may get erased or overwritten as part of tests. # # Define tests to exclude from running # TEST_EXCLUDE="" # # Define raw test devices (or files) for test cases, if any # declare -A TEST_MAP=() # # If no TEST_MAP entry exists for a test, use the ones given in TEST_FILES # TEST_FILES="/dev/somedevice /data/somefile"