mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
check: fix misspelled variable name for sections
We have some places that refer to the variable OPTIONS_HAVE_SECTIONS has OPTIONS_HAVE_SECIONS, obviously a typo. So fix them. Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -393,7 +393,7 @@ _wipe_counters()
|
||||
|
||||
_global_log() {
|
||||
echo "$1" >> $check.log
|
||||
if $OPTIONS_HAVE_SECIONS; then
|
||||
if $OPTIONS_HAVE_SECTIONS; then
|
||||
echo "$1" >> ${REPORT_DIR}/check.log
|
||||
fi
|
||||
}
|
||||
@@ -441,7 +441,7 @@ _wrapup()
|
||||
fi
|
||||
|
||||
$interrupt && echo "Interrupted!" | tee -a $check.log
|
||||
if $OPTIONS_HAVE_SECIONS; then
|
||||
if $OPTIONS_HAVE_SECTIONS; then
|
||||
$interrupt && echo "Interrupted!" | tee -a \
|
||||
${REPORT_DIR}/check.log
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user