Skip to content

Commit

Permalink
Fix random fail issue of CI fuzzing test
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <wei3.liu@intel.com>
  • Loading branch information
liuw1 committed Sep 14, 2023
1 parent a0472a3 commit 1cf09b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sh_script/fuzzing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ check_test_result() {
}

main() {
export AFL_NO_AFFINITY=1
if [[ ! $PWD =~ td-shim$ ]]; then
pushd ..
fi
Expand Down

0 comments on commit 1cf09b1

Please sign in to comment.