diff options
-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@ |