Skip to content

Commit f951330

Browse files
author
Dave Abrahams
authored
Merge pull request swiftlang#8261 from natecook1000/nc-runtest-msg
[utils] Add message when run-test is run w/o args
2 parents a2a84aa + 73d7d4f commit f951330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/run-test

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def main():
171171
# build_dir.
172172
paths = args.paths
173173
if not paths:
174+
parser.print_usage()
174175
error_exit("error: too few arguments")
175176

176177
if args.build != 'skip':

0 commit comments

Comments
 (0)