You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/flakeguard/cmd/run.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ func init() {
126
126
RunTestsCmd.Flags().String("test-packages-json", "", "JSON-encoded string of test packages")
127
127
RunTestsCmd.Flags().StringSlice("test-packages", nil, "Comma-separated list of test packages to run")
128
128
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.",
130
130
)
131
131
RunTestsCmd.Flags().Bool("run-all-packages", false, "Run all test packages in the project. This flag overrides --test-packages and --test-packages-json")
132
132
RunTestsCmd.Flags().IntP("run-count", "c", 1, "Number of times to run the tests")
0 commit comments