Skip to content
Snippets Groups Projects
Commit fe02191d authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Rephrase output

parent 784eb2ca
No related branches found
No related tags found
No related merge requests found
...@@ -86,13 +86,13 @@ verify_afl_map() ...@@ -86,13 +86,13 @@ verify_afl_map()
diff $PUT.zafl.max_count $p.max_count >/dev/null 2>&1 diff $PUT.zafl.max_count $p.max_count >/dev/null 2>&1
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
max=$(cat $PUT.zafl.max_count) 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 else
echo -n "Maximum count for $PUT: " echo -n "Maximum count for $PUT: "
cat $PUT.zafl.max_count cat $PUT.zafl.max_count
echo -n "Maximum count for $p: " echo -n "Maximum count for $p: "
cat $p.max_count 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 fi
done done
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment