From b8ed6d50518316495401f3f3adf91ed99df19b36 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Fri, 20 Feb 2015 11:04:59 +0800 Subject: [PATCH] Issue #51 - Adding seconds to the jmeter log file generated Too risky, this is not a perfect solution but the previous code may perfectly provoke collisions if test_runner.sh runs are being cancelled. --- test_runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner.sh b/test_runner.sh index 93ab3ea..18aaa25 100755 --- a/test_runner.sh +++ b/test_runner.sh @@ -136,7 +136,7 @@ else fi # Uses the test plan specified in the CLI call. -datestring=`date '+%Y%m%d%H%M'` +datestring=`date '+%Y%m%d%H%M%S'` logfile="logs/jmeter.$datestring.log" runoutput="runs_outputs/$datestring.output"