Skip to content

Commit

Permalink
Updated external harness flag help text.
Browse files Browse the repository at this point in the history
Signed-off-by: Nadav Samet <[email protected]>
  • Loading branch information
thesamet committed Jun 8, 2020
1 parent 5972dad commit 314df5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/harness/executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
ccFlag := flag.Bool("cc", false, "Run c++ test harness")
javaFlag := flag.Bool("java", false, "Run java test harness")
pythonFlag := flag.Bool("python", false, "Run python test harness")
externalHarnessFlag := flag.String("external_harness", "", "Run an external test harness through the given executable")
externalHarnessFlag := flag.String("external_harness", "", "Path to a binary to be executed as an external test harness")
flag.Parse()

start := time.Now()
Expand Down

0 comments on commit 314df5c

Please sign in to comment.