Skip to content

Commit

Permalink
Fix the wrong output from suspend cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
seankingyang committed Apr 26, 2024
1 parent 9318a5c commit 48aa5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/base/bin/suspend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ "$architecture" = "x86_64" ] || [ "$architecture" = "i386" ]; then
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$SNAP/usr/lib/fwts"
set -o pipefail
checkbox-support-fwts_test -f none -s s3 --s3-device-check --s3-device-check-delay="${STRESS_S3_WAIT_DELAY:-45}" --s3-sleep-delay="${STRESS_S3_SLEEP_DELAY:-30}"
rm /tmp/fwts_results.log
else
rtcwake -v -m mem -s "${STRESS_S3_SLEEP_DELAY:-30}"
fi
Expand Down

0 comments on commit 48aa5a4

Please sign in to comment.