Skip to content

Commit

Permalink
fix: report FuzzLean result to fuzz_results folder (edgexfoundry#4637)
Browse files Browse the repository at this point in the history
the FuzzLean test result is inside the FuzzLean folder and that needs to be copied into fuzz_results

Closes: edgexfoundry#4636

Signed-off-by: Valina Li <valina.li@intel.com>
  • Loading branch information
vli11 authored Aug 16, 2023
1 parent dc857b4 commit 74b98e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz_test/fuzzing_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runFuzzLeanPerSwagger() {

echo "--copy result logs into $1"
mkdir -p /fuzz_results/"$1"
cp -r ./Test/ /fuzz_results/"$1"/
cp -r ./FuzzLean/ /fuzz_results/"$1"/
}

if [ "$EDGEX_PROJECT_NAME" == "" ]
Expand Down

0 comments on commit 74b98e4

Please sign in to comment.