From d48baa9a8d126723a736e4fc36e989d04bace6f8 Mon Sep 17 00:00:00 2001 From: Nitin Garg Date: Sat, 5 Oct 2024 11:21:12 +0000 Subject: [PATCH] fix log in run-automated --- perfmetrics/scripts/testing_on_gke/examples/run-automated.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perfmetrics/scripts/testing_on_gke/examples/run-automated.sh b/perfmetrics/scripts/testing_on_gke/examples/run-automated.sh index 205a39657a..a1458bb958 100755 --- a/perfmetrics/scripts/testing_on_gke/examples/run-automated.sh +++ b/perfmetrics/scripts/testing_on_gke/examples/run-automated.sh @@ -90,13 +90,13 @@ rm -rfv log fio/output.csv dlio/output.csv # Run the script. start_time=$(date +%Y-%m-%dT%H:%M:%SZ) -echo 'Run started at ${start_time}' +echo "Run started at ${start_time}" touch log (./run-gke-tests.sh --debug |& tee -a log) || true # Use the following if you want to run it in a tmux session instead. # tmux new-session -d -s ${instance_id} 'bash -c "(./run-gke-tests.sh --debug |& tee -a log); sleep 604800 "' end_time=$(date +%Y-%m-%dT%H:%M:%SZ) -echo 'Run ended at ${end_time}' +echo "Run ended at ${end_time}" # Some post-run steps to be taken for output collection. if test -n "${workload_config}"; then