From 31b5e51159d6e8f0a5774e4307ad4f63fd2d548e Mon Sep 17 00:00:00 2001
From: Pierre LALET <pierre.lalet@cea.fr>
Date: Thu, 8 Jan 2015 16:26:51 +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 ec62d6a2..7df78972 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%M%S).html
 else
 PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py "$@"
 fi
-- 
GitLab