Skip to content

Commit

Permalink
coreboot-fan-control.robot: Fix typo in fail message
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Żygowski <[email protected]>
  • Loading branch information
philipandag and miczyg1 committed Feb 6, 2025
1 parent 2632949 commit ca0a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dasharo-compatibility/coreboot-fan-control.robot
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ CFN002.001 CPU fan speed increases if the temperature rises (Debian)
${rpm_3}= Get Fan RPM
${temperature_3}= Get CPU Temperature
IF ${temperature_1}>=${temperature_2}
FAIL Temperature not increased
FAIL Temperature did not increase
END
IF ${rpm_2}>=${rpm_3} FAIL Fan speed not increased

0 comments on commit ca0a718

Please sign in to comment.