Skip to content
Snippets Groups Projects
Commit 31b5e511 authored by Pierre LALET's avatar Pierre LALET
Browse files

Fix typo in report name

--HG--
branch : issue-5105
parent 2ba04ff5
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
DIR=$(dirname $0)/.. DIR=$(dirname $0)/..
if [ "$*" == "" ] if [ "$*" == "" ]
then 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 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%M%S).html
else else
PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py "$@" PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py "$@"
fi 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