mirror of https://github.com/secdev/scapy.git
Added regression tests
This commit is contained in:
parent
571ee9a1f1
commit
b5f59b6bdb
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,8 @@
|
|||
#! /bin/sh
|
||||
DIR=$(dirname $0)/..
|
||||
if [ "$*" == "" ]
|
||||
then
|
||||
PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py -t regression.uts -f html -o /tmp/scapy_regression_test_$(date +%Y%M%d-%H%H%S).html
|
||||
else
|
||||
PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py "$@"
|
||||
fi
|
Loading…
Reference in New Issue