Update Buck

Highlight of the new version is the fact, that "--all" parameter is
now optional in:

   buck test

Change-Id: Iecfc4629d056b9860f3cce82c3d7ad7600c77267
This commit is contained in:
David Ostrovsky 2014-06-25 00:36:59 +02:00 committed by David Ostrovsky
parent 7bf593385a
commit 530a4c3e75
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0c2056b8151692e12b9cb5e03242d1a1af2bd1a1
0fe4569e871fd6588f7cbfb4b1d4a14baa791a9f

View File

@ -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: