From fe02191d0d013e7f90695a5d32692980c739239f Mon Sep 17 00:00:00 2001 From: Anh <zenpoems@gmail.com> Date: Sun, 10 Feb 2019 15:49:49 -0800 Subject: [PATCH] Rephrase output --- afl_transforms/tools/zax/test/test_graph.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afl_transforms/tools/zax/test/test_graph.sh b/afl_transforms/tools/zax/test/test_graph.sh index 112c6fe..af4277f 100755 --- a/afl_transforms/tools/zax/test/test_graph.sh +++ b/afl_transforms/tools/zax/test/test_graph.sh @@ -86,13 +86,13 @@ verify_afl_map() diff $PUT.zafl.max_count $p.max_count >/dev/null 2>&1 if [ $? -eq 0 ]; then max=$(cat $PUT.zafl.max_count) - log_msg "maximum edge counter for $PUT.zafl and $p match ($max)" + log_msg "maximum afl edge value for $PUT.zafl and $p match ($max)" else echo -n "Maximum count for $PUT: " cat $PUT.zafl.max_count echo -n "Maximum count for $p: " cat $p.max_count - log_error "maximum edge counter does not match for $PUT.zafl and $p" + log_error "maximum afl edge value does not match for $PUT.zafl and $p" fi done } -- GitLab