Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
testrunner: improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarzik committed Feb 10, 2019
1 parent 7b004f5 commit 8ac7033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# "expected stdout output", <-- default: empty
# "expected stderr output", <-- default: empty
# 0, <-- expected return code (default: zero)
# { "infile": true, "outfile": true } <-- flags and further options
# { "in": "y", "out": "y" } <-- flags and further options
# ]
# ]
# }
Expand Down Expand Up @@ -82,7 +82,7 @@ def runtests(d):

if __name__ == '__main__':
if len(sys.argv) != 3:
print "Usage: testrunner.py JSON-CONFIG-FILE"
print "Usage: testrunner.py TEST-DATA-DIR JSON-CONFIG-FILE"
sys.exit(1)

srcdir=sys.argv[1]
Expand Down

0 comments on commit 8ac7033

Please sign in to comment.