https://bugs.webkit.org/show_bug.cgi?id=116332
Reviewed by Alexey Proskuryakov.
* Scripts/run-api-tests: add two examples to the help message.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@168184
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-05-02 Brian J. Burg <burg@cs.washington.edu>
+
+ Hard to figure out how to run a single test with run-api-tests
+ https://bugs.webkit.org/show_bug.cgi?id=116332
+
+ Reviewed by Alexey Proskuryakov.
+
+ * Scripts/run-api-tests: add two examples to the help message.
+
2014-05-02 Simon Fraser <simon.fraser@apple.com>
Fix several memory leaks found by code inspection
-d|--dump-tests Dump the names of testcases without running them
--[no-]build Build (or do not build) unit tests prior to running (default: $buildDefault)
--root= Path to the pre-built root containing TestWebKitAPI
+
+Examples
+
+The following command will run a single test:
+ $programName WebKit2.AboutBlank
+
+The following command will run all tests in suites that begin with 'WebKit2':
+ $programName WebKit2
+
EOF
GetOptions(