diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2020-07-06 10:23:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 10:23:04 +0200 |
commit | dfb9e8ec1fd11d9dc5fbcd1906d8345724331b0e (patch) | |
tree | 3f5eb8aacb070a0ec87ae255306bda1b77545772 /tests | |
parent | 503e3bb4953b4c9de818d997593bfe4f090013bf (diff) | |
parent | c17a21359bd1f6431de827ca15fc84ada983a235 (diff) |
Merge pull request #940 from lnslbrty/fix/small-and-optimistic-improvments
Fixed CodeInspector issues.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/do.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/do.sh b/tests/do.sh index bb187d40a..13014a7aa 100755 --- a/tests/do.sh +++ b/tests/do.sh @@ -9,7 +9,7 @@ PCAPS=`cd pcap; /bin/ls *.pcap` fuzzy_testing() { if [ -f ../fuzz/fuzz_ndpi_reader ]; then - ../fuzz/fuzz_ndpi_reader -max_total_time=${MAX_TOTAL_TIME:-592} -print_pcs=1 -workers=${FUZZY_WORKERS:-0} -jobs=${FUZZY_JOBS:-0} pcap/ + ../fuzz/fuzz_ndpi_reader -max_total_time="${MAX_TOTAL_TIME:-592}" -print_pcs=1 -workers="${FUZZY_WORKERS:-0}" -jobs="${FUZZY_JOBS:-0}" pcap/ fi } |