diff options
author | Luca Deri <deri@ntop.org> | 2024-04-12 20:29:14 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-04-12 20:29:14 +0200 |
commit | bb4fccd2cf7ce543b1d2d3244cf392ee08b7f2d7 (patch) | |
tree | 4a55850d3f70add77015793b11cb387e358f2dfd | |
parent | b83eb7c7a2af62eee3187ca92b6f403f21b8d9c0 (diff) |
Added comment
-rwxr-xr-x | tests/do.sh.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/do.sh.in b/tests/do.sh.in index 086e03c9c..e7a047e88 100755 --- a/tests/do.sh.in +++ b/tests/do.sh.in @@ -1,5 +1,11 @@ #!/bin/bash +# +# Use (to override results) +# +# NDPI_FORCE_UPDATING_UTESTS_RESULTS=1 ./tests/do.sh +# + cd "$(dirname "${0}")" FUZZY_TESTING_ENABLED=@BUILD_FUZZTARGETS@ |