From d4cc5c4b9d8f76bd728bacf68e4a1f461c28c48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maarit=20H=C3=A4rk=C3=B6nen?= Date: Tue, 24 Sep 2024 14:22:10 +0300 Subject: [PATCH] Update waybar to ewwbar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maarit Härkönen --- .../test-suites/performance-tests/boot_time_test.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robot-Framework/test-suites/performance-tests/boot_time_test.robot b/Robot-Framework/test-suites/performance-tests/boot_time_test.robot index f694f06..ed6c87c 100644 --- a/Robot-Framework/test-suites/performance-tests/boot_time_test.robot +++ b/Robot-Framework/test-suites/performance-tests/boot_time_test.robot @@ -55,7 +55,7 @@ Get Boot times ... welcome_note=$(date -d "$(journalctl --output=short-iso | grep gui-vm | grep "Welcome" | tail -1 | awk '{print $1}')" "+%s") ... echo $welcome_note ${cmd4} Catenate SEPARATOR=\n - ... bar_configured_note=$(date -d "$(journalctl --output=short-iso | grep "Bar configured" | tail -1 | awk '{print $1}')" "+%s") + ... bar_configured_note=$(date -d "$(journalctl --output=short-iso | grep "Started ewwbar" | tail -1 | awk '{print $1}')" "+%s") ... echo $bar_configured_note ${start_time} DateTime.Get Current Date