Message ID | 20221011013926.200774-1-zhaogongyi@huawei.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [-next] selftests/memory-hotplug: Remove the redundant warning information | expand |
On 11.10.22 03:39, Zhao Gongyi wrote: > Remove the redundant warning information of online_all_offline_memory() > since there is a warning in online_memory_expect_success(). > > Signed-off-by: Zhao Gongyi <zhaogongyi@huawei.com> > --- > tools/testing/selftests/memory-hotplug/mem-on-off-test.sh | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh b/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh > index 74ee5067a8ce..611be86eaf3d 100755 > --- a/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh > +++ b/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh > @@ -138,7 +138,6 @@ online_all_offline_memory() > { > for memory in `hotpluggable_offline_memory`; do > if ! online_memory_expect_success $memory; then > - echo "$FUNCNAME $memory: unexpected fail" >&2 > retval=1 > fi > done > -- > 2.17.1 > Reviewed-by: David Hildenbrand <david@redhat.com>
diff --git a/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh b/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh index 74ee5067a8ce..611be86eaf3d 100755 --- a/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh +++ b/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh @@ -138,7 +138,6 @@ online_all_offline_memory() { for memory in `hotpluggable_offline_memory`; do if ! online_memory_expect_success $memory; then - echo "$FUNCNAME $memory: unexpected fail" >&2 retval=1 fi done
Remove the redundant warning information of online_all_offline_memory() since there is a warning in online_memory_expect_success(). Signed-off-by: Zhao Gongyi <zhaogongyi@huawei.com> --- tools/testing/selftests/memory-hotplug/mem-on-off-test.sh | 1 - 1 file changed, 1 deletion(-) -- 2.17.1