File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ var AggregateAllCmd = &cobra.Command{
3030
3131func init () {
3232 AggregateAllCmd .Flags ().String ("results-path" , "testresult/" , "Path to the folder containing JSON test result files" )
33- AggregateFailedCmd .Flags ().String ("output-results" , "failed_tests.json" , "Path to output the filtered failed test results in JSON format" )
34- AggregateFailedCmd .Flags ().String ("output-logs" , "failed_logs.json" , "Path to output the filtered failed test logs in JSON format" )
33+ AggregateAllCmd .Flags ().String ("output-results" , "failed_tests.json" , "Path to output the filtered failed test results in JSON format" )
34+ AggregateAllCmd .Flags ().String ("output-logs" , "failed_logs.json" , "Path to output the filtered failed test logs in JSON format" )
3535}
You can’t perform that action at this time.
0 commit comments