From d31b60bfcde9b14de190600997e247866939859c Mon Sep 17 00:00:00 2001 From: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Date: Wed, 9 Sep 2020 02:19:26 +0200 Subject: [PATCH] remove --captive option from smart tests --- disk-burnin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk-burnin.sh b/disk-burnin.sh index 196c2ae..40cb8ff 100755 --- a/disk-burnin.sh +++ b/disk-burnin.sh @@ -375,7 +375,7 @@ run_smart_test() { log_header "Run SMART $1 test" if [ "${DRY_RUN}" -eq 0 ]; then - smartctl --test="$1" --captive "/dev/${DRIVE}" + smartctl --test="$1" "/dev/${DRIVE}" log_info "SMART $1 test started, awaiting completion for $2 seconds ..." sleep "$2" poll_selftest_complete