From 4931896218e7055ba0af05c66c1fcb9c1e74af19 Mon Sep 17 00:00:00 2001 From: Shane Kerr Date: Wed, 12 Oct 2016 23:37:15 +0200 Subject: [PATCH] Sample line describing how to send reports automatically. --- scripts/compare.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/compare.sh b/scripts/compare.sh index 3d261d9..9b900ba 100644 --- a/scripts/compare.sh +++ b/scripts/compare.sh @@ -32,6 +32,11 @@ YMMV_DIR=`dirname $0`/.. PCAP2YMMV=${YMMV_DIR}/pcap2ymmv/pcap2ymmv YMMV=${YMMV_DIR}/ymmv/ymmv +# the following line adds reporting, using sendmail to send +# differences and performance comparisons +#YMMV="${YMMV_DIR}/ymmv/ymmv -p /tmp/ymmv-$1-perf -d /tmp/ymmv-$1-diff -r -sendmail" + + # if we are called without an argument, output a usage message if [ $# -ne 1 ]; then echo "Syntax: $0 interface" >&2