aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/hst_suite.go
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2023-03-24 13:47:45 +0100
committerFlorin Coras <florin.coras@gmail.com>2023-03-24 17:14:49 +0000
commit75776f03a82065fb877d7d3a47de8ee2e72d5061 (patch)
treeb7612b6b70ba1c65649039fddcdc04d2915d3f23 /extras/hs-test/hst_suite.go
parentc9fac2111b88d7602a99af21c0c1339a6cbd6bba (diff)
hs-test: remove colons from log files
Type: test Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I56c57de180e44c888458e4f4020802ce9b4a6b8b
Diffstat (limited to 'extras/hs-test/hst_suite.go')
-rw-r--r--extras/hs-test/hst_suite.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/hst_suite.go b/extras/hs-test/hst_suite.go
index 78d953b794d..042b4fe6b24 100644
--- a/extras/hs-test/hst_suite.go
+++ b/extras/hs-test/hst_suite.go
@@ -260,7 +260,7 @@ func (s *HstSuite) getTestId() string {
}
if _, ok := s.testIds[testName]; !ok {
- s.testIds[testName] = time.Now().Format(time.RFC3339)
+ s.testIds[testName] = time.Now().Format("2006-01-02_15-04-05")
}
return s.testIds[testName]