diff --git a/infra/helper.py b/infra/helper.py index 83ef17c90..8a0a640c1 100755 --- a/infra/helper.py +++ b/infra/helper.py @@ -956,6 +956,7 @@ def shell(args): 'FUZZING_ENGINE=' + args.engine, 'SANITIZER=' + args.sanitizer, 'ARCHITECTURE=' + args.architecture, + 'FUZZING_LANGUAGE=' + _get_project_language(args.project_name), ] if args.e: