From 530a4c3e7509497cd1a73eddf6a59904a782d8fd Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Wed, 25 Jun 2014 00:36:59 +0200 Subject: [PATCH] Update Buck Highlight of the new version is the fact, that "--all" parameter is now optional in: buck test Change-Id: Iecfc4629d056b9860f3cce82c3d7ad7600c77267 --- .buckversion | 2 +- Documentation/dev-buck.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buckversion b/.buckversion index 7a0d3ff658..a0c6bc2643 100644 --- a/.buckversion +++ b/.buckversion @@ -1 +1 @@ -0c2056b8151692e12b9cb5e03242d1a1af2bd1a1 +0fe4569e871fd6588f7cbfb4b1d4a14baa791a9f diff --git a/Documentation/dev-buck.txt b/Documentation/dev-buck.txt index 492bfb391a..ef53090b76 100644 --- a/Documentation/dev-buck.txt +++ b/Documentation/dev-buck.txt @@ -257,7 +257,7 @@ To build release and api targets, a combined build target is provided: To run all tests including acceptance tests: ---- - buck test --all + buck test ---- To exclude slow tests: