diff options
author | Luca Deri <deri@ntop.org> | 2020-06-29 19:51:36 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-06-29 19:51:36 +0200 |
commit | 0d2d44f1b6c89a851a6a9634d66cb42cc81b3244 (patch) | |
tree | 42d7d8867b0f591c82d928ad1d99e980adecc52c /tests | |
parent | 2c263bc726c0a13302134b2b40e3677c9667e3f2 (diff) | |
parent | 07615903e20cffc59e674ebae235b78886c9efbb (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
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 79eed32e5..bb187d40a 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=592 -print_pcs=1 -jobs=1 -workers=1 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 } |