From d7ad03720afe8a2bcde61d154bcbdef582af8992 Mon Sep 17 00:00:00 2001 From: "burg@cs.washington.edu" Date: Fri, 2 May 2014 19:54:17 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@168184 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Tools/ChangeLog | 9 +++++++++ Tools/Scripts/run-api-tests | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/Tools/ChangeLog b/Tools/ChangeLog index 50cc0ad..4e72d9f 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,12 @@ +2014-05-02 Brian J. Burg + + 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 Fix several memory leaks found by code inspection diff --git a/Tools/Scripts/run-api-tests b/Tools/Scripts/run-api-tests index 019e0cc..b19a272 100755 --- a/Tools/Scripts/run-api-tests +++ b/Tools/Scripts/run-api-tests @@ -65,6 +65,15 @@ Usage: $programName [options] [suite or test prefixes] -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( -- 1.8.3.1