From 2ba04ff51b05bc6c22a9634e183d10502f99e68b Mon Sep 17 00:00:00 2001
From: Pierre LALET <pierre.lalet@cea.fr>
Date: Thu, 8 Jan 2015 16:22:08 +0100
Subject: [PATCH] Fix typo in report name

--HG--
branch : issue-5105
---
 test/run_tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run_tests b/test/run_tests
index 43c2419a..ec62d6a2 100755
--- a/test/run_tests
+++ b/test/run_tests
@@ -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
-- 
GitLab