mirror of https://github.com/google/oss-fuzz.git
Fix `project_experiment.py`: Support copying directories (#10812)
This commit is contained in:
parent
b9ce49f8a4
commit
40c2a8a4a3
|
@ -84,6 +84,7 @@ def run_experiment(project_name, command, output_path, experiment_name):
|
|||
'args': [
|
||||
'-m',
|
||||
'cp',
|
||||
'-r',
|
||||
'/workspace/out/*',
|
||||
output_path,
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue