From ecf7d76ae5b08888150a65b1f5442729dfacff98 Mon Sep 17 00:00:00 2001 From: ClawSeven Date: Wed, 1 Mar 2023 19:27:38 +0800 Subject: [PATCH] [Demo] Fix netty CI wrong return --- demos/netty_ut/run_netty_ut_jdk11.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demos/netty_ut/run_netty_ut_jdk11.sh b/demos/netty_ut/run_netty_ut_jdk11.sh index 35df8f15..6a25ede2 100755 --- a/demos/netty_ut/run_netty_ut_jdk11.sh +++ b/demos/netty_ut/run_netty_ut_jdk11.sh @@ -46,7 +46,9 @@ run_netty_ut() { -Dos.name=Linux \ -jar /usr/lib/netty/junit-platform-console-standalone-1.8.2.jar \ -cp /usr/lib/netty/netty-testsuite-4.1.51.Final.jar:/usr/lib/netty/netty-all-4.1.51.Final.jar:/usr/lib/netty/xz-1.5.jar:/usr/lib/netty/hamcrest-library-1.3.jar:/usr/lib/netty/logback-classic-1.1.7.jar \ - --scan-classpath > netty-test-heap512m.log + --scan-class-path > netty-test-heap512m.log || true + cat netty-test-heap512m.log + cat netty-test-heap512m.log | grep "141 containers successful" } run_netty_ut