aboutsummaryrefslogtreecommitdiff
path: root/tests/do.sh
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-08-21 19:35:27 +0200
committerLuca Deri <deri@ntop.org>2020-08-21 19:35:27 +0200
commitfef199ad450d451d88d143d395dfcfd7906deefc (patch)
treecc958c032795af42f74bcc5a288eba9f5229ac6f /tests/do.sh
parentb23781e80735bf856bf5d7f364a382dd85b8cd28 (diff)
Added new check for detecting suspicious (too long) names
Diffstat (limited to 'tests/do.sh')
-rwxr-xr-xtests/do.sh2
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