Skip to content

Commit

Permalink
Merge pull request #4189 from qcheng-redhat/virtiofsd_debug
Browse files Browse the repository at this point in the history
Use fs_log_level to set log levels in test cases
  • Loading branch information
YongxueHong authored Dec 11, 2024
2 parents d516da1 + a6c0c44 commit 3f60e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qemu/tests/cfg/virtio_fs_share_data.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
only Windows
only default.default.with_cache.auto.default
no Host_RHEL.m8
fs_binary_extra_options += " --log-level debug"
fs_log_level = debug
winapi_dir_name = test_winapi
create_dir_winapi_cmd = python -c "import ctypes; kernel32 = ctypes.WinDLL('kernel32', use_last_error=True); kernel32.CreateDirectoryW('%s\\${winapi_dir_name}', 0)"
check_winapi_dir_cmd = "dir %s\${winapi_dir_name}"
Expand Down
2 changes: 1 addition & 1 deletion qemu/tests/cfg/virtio_fs_supp_group_transfer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
new_guest_user = "user00001"
add_user_cmd = "useradd %s"
del_user_cmd = "userdel -r -f %s"
fs_enable_debug_mode = yes
fs_log_level = debug
fs_source_dir = virtio_fs_test/
variants:
- @default:
Expand Down

0 comments on commit 3f60e13

Please sign in to comment.