Fix typo in report name

--HG--
branch : issue-5105
This commit is contained in:
Pierre LALET 2015-01-08 16:22:08 +01:00
parent d7b5b77eea
commit 2ba04ff51b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
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
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
else
PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py "$@"
fi