Signed-off-by: Zhang Dewan 513619464@qq.com --- tests/reset-tbox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/reset-tbox b/tests/reset-tbox index 4d2c191e..37c23759 100755 --- a/tests/reset-tbox +++ b/tests/reset-tbox @@ -30,7 +30,7 @@ tbox_check() reset_tbox() { echo "reboot the tesetbox..." - ipmitool -I lanplus -H $ibmc_ip -U $iBMC_user -P $iBMC_passwd power reset + ipmitool -I lanplus -H $ibmc_ip -U $iBMC_user -P $iBMC_passwd power reset }
result_check() @@ -38,7 +38,7 @@ result_check() if [ $? -ne 0 ] ; then echo "Failed to reboot the testbox: $host_name" fi - echo "done." + echo "done." }
main()