summaryrefslogtreecommitdiff
path: root/tests/runtime/automatic-reuse-fs-sda/profile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtime/automatic-reuse-fs-sda/profile')
-rw-r--r--tests/runtime/automatic-reuse-fs-sda/profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/runtime/automatic-reuse-fs-sda/profile b/tests/runtime/automatic-reuse-fs-sda/profile
index b2f93d7..115cb15 100644
--- a/tests/runtime/automatic-reuse-fs-sda/profile
+++ b/tests/runtime/automatic-reuse-fs-sda/profile
@@ -9,21 +9,21 @@ worker_prepare_disks ()
echo "$var_BLOCKDATA" > $TMP_BLOCKDEVICES
if process_filesystems
then
- infofy "disk processing ok"
+ inform "disk processing ok"
else
show_warning 'disks processing' "PROCESSING FAILED"
return 1
fi
if rollback_filesystems
then
- infofy "rollback ok"
+ inform "rollback ok"
else
show_warning 'disks rollback' "ROLLBACK FAILED"
return 1
fi
if process_filesystems
then
- infofy "disk processing ok"
+ inform "disk processing ok"
else
show_warning 'disk processing' "PROCESSING FAILED"
return 1