Skip to content

Commit

Permalink
Modify rtcwake argument from -m on to -m no
Browse files Browse the repository at this point in the history
Due to -m on is for debugging purpose
  • Loading branch information
rickwu666666 committed Mar 21, 2024
1 parent 729f682 commit 3525609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires:
snap.name == 'test-strict-confinement'
command:
set -e
rtcwake -d "${RTC_DEVICE_FILE:-rtc0}" -v -m on -s "${STRESS_BOOT_WAKEUP_DELAY:-120}" &
rtcwake -d "${RTC_DEVICE_FILE:-rtc0}" -v -m no -s "${STRESS_BOOT_WAKEUP_DELAY:-120}" &
test-strict-confinement.cold-boot


Expand Down

0 comments on commit 3525609

Please sign in to comment.