diff options
Diffstat (limited to 'tests/do.sh.in')
-rwxr-xr-x | tests/do.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/do.sh.in b/tests/do.sh.in index d867bca0d..12f8b05dd 100755 --- a/tests/do.sh.in +++ b/tests/do.sh.in @@ -3,11 +3,11 @@ # # Use (to override results) # -# NDPI_FORCE_UPDATING_UTESTS_RESULTS=1 ./tests/do.sh +# NDPI_FORCE_UPDATING_UTESTS_RESULTS=1 ./do.sh # # To run tests in parallel: (you need **GNU** `parallel` program) # -# NDPI_FORCE_PARALLEL_UTESTS=1 ./tests/do.sh +# NDPI_FORCE_PARALLEL_UTESTS=1 ./do.sh cd "$(dirname "${0}")" |