Skip to content

Commit 17648e7

Browse files
committed
Update custom test command example in RunTestsCmd help message
1 parent 8cdfa06 commit 17648e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/cmd/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func init() {
126126
RunTestsCmd.Flags().String("test-packages-json", "", "JSON-encoded string of test packages")
127127
RunTestsCmd.Flags().StringSlice("test-packages", nil, "Comma-separated list of test packages to run")
128128
RunTestsCmd.Flags().StringArray("test-cmd", nil,
129-
"Optional custom test command (e.g. 'go run e2e_test.go -someflag'), which must produce go test -json output.",
129+
"Optional custom test command (e.g. 'go test -json github.com/smartcontractkit/chainlink/integration-tests/smoke -v -run TestForwarderOCR2Basic'), which must produce go test -json output.",
130130
)
131131
RunTestsCmd.Flags().Bool("run-all-packages", false, "Run all test packages in the project. This flag overrides --test-packages and --test-packages-json")
132132
RunTestsCmd.Flags().IntP("run-count", "c", 1, "Number of times to run the tests")

0 commit comments

Comments
 (0)