Signed-off-by: Jan Tluka jtluka@redhat.com --- regression-tests/tests/24/run.sh | 2 +- regression-tests/tests/27/run.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/regression-tests/tests/24/run.sh b/regression-tests/tests/24/run.sh index 1aff4a3..0ec860d 100755 --- a/regression-tests/tests/24/run.sh +++ b/regression-tests/tests/24/run.sh @@ -14,7 +14,7 @@ log2=`cat test.log`
print_separator assert_status "fail" "$rv1" -assert_log "INFO" "RPC connection to machine \w* timed out" "$log1" +assert_log "INFO" "Command gracefully killed on timeout" "$log1" assert_status "pass" "$rv2"
rm -f test.log diff --git a/regression-tests/tests/27/run.sh b/regression-tests/tests/27/run.sh index e61da3f..e5acfeb 100755 --- a/regression-tests/tests/27/run.sh +++ b/regression-tests/tests/27/run.sh @@ -36,12 +36,12 @@ print_separator assert_status "pass" "$rv1" assert_status "pass" "$rv2" assert_status "fail" "$rv3" -assert_log "INFO" "RPC connection to machine testmachine1 timed out" "$log3" +assert_log "INFO" "Command gracefully killed on timeout" "$log3" assert_status "pass" "$rv4" assert_status "pass" "$rv5" assert_status "pass" "$rv6" assert_status "fail" "$rv7" -assert_log "INFO" "RPC connection to machine testmachine1 timed out" "$log7" +assert_log "INFO" "Command gracefully killed on timeout" "$log7"
rm -f test.log