Skip to content

Commit

Permalink
Merge pull request #47 from stanislaw/develop
Browse files Browse the repository at this point in the history
--help command: remove artifacts introduced by testing
  • Loading branch information
stanislaw authored Dec 5, 2019
2 parents c63d55f + 0b4ceb6 commit 517f5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filecheck/FileCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def similar(a, b):


def print_help():
print("USAGE: FileCheck-macOS [options] <check-file>")
print("USAGE: filecheck [options] <check-file>")
print("")

print("OPTIONS:")
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/options/--help/sample.itest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; RUN: (%FILECHECK_EXEC --help 2>&1; test $? = 0) | %FILECHECK_TESTER_EXEC %s --strict-whitespace --match-full-lines
; CHECK:{{^.*}}FileCheck{{(\.py)?$}}
; CHECK-NEXT:{{^USAGE: FileCheck.* \[options\] <check-file>$}}
; CHECK-NEXT:{{^USAGE: [Ff]ile[Cc]heck.* \[options\] <check-file>$}}
; CHECK-EMPTY:
; CHECK-NEXT:OPTIONS:
; CHECK-EMPTY:
Expand Down

0 comments on commit 517f5bd

Please sign in to comment.