Whamcloud - gitweb
LU-7664 test: set_conf_param_and_check() defect
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 732eaff..a0a4f66 100755 (executable)
@@ -3848,7 +3848,7 @@ set_conf_param_and_check() {
        do_facet mgs "$LCTL conf_param $PARAM='$FINAL'" ||
                error "conf_param $PARAM failed"
 
-       wait_update $(facet_host $myfacet) "$TEST" "$FINAL" ||
+       wait_update_facet $myfacet "$TEST" "$FINAL" ||
                error "check $PARAM failed!"
 }