Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Jan 5, 2025
1 parent b1ec996 commit 6802751
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tests/Regression/Manager/CommandLine_Bugs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ Next Day For Scheduled Start Is In the Next Month
Log ${result.stdout}
Log ${result.stderr}

${result}= Run Process sudo hwclock --set --date="2024-12-31 00:00:00"
${result}= Run Process sudo date +%s -s @1735603200
Log ${result.stdout}
Log ${result.stderr}

VAR ${t} =
${result}= Run Process sudo hwclock --set --date${t}"2024-12-31 00:00:00"
Log ${result.stdout}
Log ${result.stderr}
${result}= Run Process sudo hwclock --hctosys
Expand Down

0 comments on commit 6802751

Please sign in to comment.