Skip to content
Snippets Groups Projects
Commit d6cbca40 authored by gpotter2's avatar gpotter2
Browse files

Add python 3 executables

parent 544fbb91
No related branches found
No related tags found
No related merge requests found
#! /bin/sh
DIR=$(dirname $0)/..
PYTHON=python3
if [ -z "$*" ]
then
PYTHONPATH=$DIR exec $PYTHON ${DIR}/scapy/tools/UTscapy.py -t regression.uts -f html -K ipv6 -l -o /tmp/scapy_regression_test_$(date +%Y%m%d-%H%M%S).html
else
PYTHONPATH=$DIR exec $PYTHON ${DIR}/scapy/tools/UTscapy.py "$@"
fi
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