From 5781789f1af0a51ee3cd1c0343cba2a309d58fd6 Mon Sep 17 00:00:00 2001 From: Yelin Jeong Date: Mon, 24 Oct 2022 17:31:40 +0900 Subject: [PATCH] [edge] fix test code's multifilesink usage This patch fixes nnstreamer_edge test code. Signed-off-by: Yelin Jeong --- tests/nnstreamer_edge/edge/runTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nnstreamer_edge/edge/runTest.sh b/tests/nnstreamer_edge/edge/runTest.sh index 4ac146c..b47af0e 100644 --- a/tests/nnstreamer_edge/edge/runTest.sh +++ b/tests/nnstreamer_edge/edge/runTest.sh @@ -202,7 +202,7 @@ mospid=$! gstTestBackground "--gst-plugin-path=${PATH_TO_PLUGIN} \ videotestsrc is-live=true ! videoconvert ! videoscale ! video/x-raw,width=300,height=300,format=RGB ! tee name=t \ - t. ! queue ! multifilesink location=raw_%1d.log \ + t. ! queue ! multifilesink location=raw6_%1d.log \ t. ! queue ! edgesink port=0 connect-type=HYBRID dest-host=127.0.0.1 dest-port=${PORT} topic=tempTopic async=false" 6-1 0 0 30 gstTest "--gst-plugin-path=${PATH_TO_PLUGIN} \ edgesrc port=0 connect-type=HYBRID dest-host=127.0.0.1 dest-port=${PORT} topic=tempTopic num-buffers=10 ! multifilesink location=result6_0_%1d.log" 6-2 0 0 $PERFORMANCE -- 2.7.4