Skip to content

Commit

Permalink
fix test doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkouv committed Aug 2, 2024
1 parent a887215 commit dbb3c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dbb3c2c

Please sign in to comment.