Skip to content
Snippets Groups Projects
run_tests 273 B
Newer Older
Phil's avatar
Phil committed
#! /bin/bash
Phil's avatar
Phil committed
DIR=$(dirname $0)/..
if [ "$*" == "" ]
then
PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py -t regression.uts -f html -l -o /tmp/scapy_regression_test_$(date +%Y%M%d-%H%H%S).html
Phil's avatar
Phil committed
else
PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py "$@"
fi