From 674078ad63da80f4d61dd0539f48ed0d3e6cdad2 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Tue, 20 Aug 2013 11:37:14 +0200 Subject: [PATCH] Document how to execute a specific test with BUCK Change-Id: I66199e35ea824af85b877bff94c065da3ad16ab4 Signed-off-by: Edwin Kempin --- Documentation/dev-buck.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/dev-buck.txt b/Documentation/dev-buck.txt index 5450f57eb1..78edefd5c7 100644 --- a/Documentation/dev-buck.txt +++ b/Documentation/dev-buck.txt @@ -194,6 +194,13 @@ To exclude slow tests: buck test --all --exclude slow ---- +To run a specific test, e.g. the acceptance test +`com.google.gerrit.acceptance.git.HttpPushForReviewIT`: + +---- + buck test //gerrit-acceptance-tests/src/test/java/com/google/gerrit/acceptance/git:HttpPushForReviewIT +---- + Dependencies ------------