dqhl76 commented on code in PR #2824: URL: https://github.com/apache/incubator-opendal/pull/2824#discussion_r1287901057
########## core/fuzz/utils.rs: ########## @@ -20,6 +20,19 @@ use std::env; use opendal::Operator; use opendal::Scheme; +pub fn apply_args_to_env() { + // for oss-fuzz integration, set envs from args + // example: -opendal_fs_test=on -> OPENDAL_FS_TEST=on Review Comment: Make sense. Thanks for your help! ########## core/fuzz/utils.rs: ########## @@ -20,6 +20,19 @@ use std::env; use opendal::Operator; use opendal::Scheme; +pub fn apply_args_to_env() { + // for oss-fuzz integration, set envs from args + // example: -opendal_fs_test=on -> OPENDAL_FS_TEST=on Review Comment: Make sense. Thanks for your help! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org