diff options
author | Luca Deri <deri@ntop.org> | 2020-08-21 19:35:27 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-08-21 19:35:27 +0200 |
commit | fef199ad450d451d88d143d395dfcfd7906deefc (patch) | |
tree | cc958c032795af42f74bcc5a288eba9f5229ac6f /tests/do.sh | |
parent | b23781e80735bf856bf5d7f364a382dd85b8cd28 (diff) |
Added new check for detecting suspicious (too long) names
Diffstat (limited to 'tests/do.sh')
-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 13014a7aa..89a27c43a 100755 --- a/tests/do.sh +++ b/tests/do.sh @@ -35,7 +35,7 @@ check_results() { printf "%-32s\tOK\n" "$f" else printf "%-32s\tERROR\n" "$f" - echo "$CMD" + echo "$CMD [old vs new]" diff result/$f.out /tmp/reader.out RC=1 fi |