Skip to content

Commit

Permalink
Sample line describing how to send reports automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-kerr committed Oct 12, 2016
1 parent eb30862 commit 4931896
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/compare.sh
Expand Up @@ -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
Expand Down

0 comments on commit 4931896

Please sign in to comment.