From dbb3c2cbba43abc549ce229290e7bbe259a585d7 Mon Sep 17 00:00:00 2001 From: dimkouv Date: Fri, 2 Aug 2024 13:07:53 +0300 Subject: [PATCH] fix test doc --- core/capabilities/ccip/ccip_integration_tests/ocr3_node_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/capabilities/ccip/ccip_integration_tests/ocr3_node_test.go b/core/capabilities/ccip/ccip_integration_tests/ocr3_node_test.go index a373ecb994..d921c21400 100644 --- a/core/capabilities/ccip/ccip_integration_tests/ocr3_node_test.go +++ b/core/capabilities/ccip/ccip_integration_tests/ocr3_node_test.go @@ -30,7 +30,7 @@ import ( * If you want to debug, set log level to info and use the following commands for easier logs filtering. * * // Run the test and redirect logs to logs.txt -* go test -v -run "^TestIntegration_OCR3Nodes" ./core/services/ocr3/plugins/ccip_integration_tests 2>&1 > logs.txt +* go test -v -run "^TestIntegration_OCR3Nodes" ./core/capabilities/ccip/ccip_integration_tests 2>&1 > logs.txt * * // Reads logs.txt as a stream and apply filters using grep * tail -fn0 logs.txt | grep "CCIPExecPlugin"