From: Wangrui (K) Date: Tue, 10 Jun 2014 09:18:02 +0000 (+0000) Subject: docs: fix a typo in hacking.html.in X-Git-Tag: v1.2.6-rc1~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=350f816a003d967f06cd5fe0a8b4dfe2a675a2a0;p=thirdparty%2Flibvirt.git docs: fix a typo in hacking.html.in Signed-off-by: Wang Rui Signed-off-by: Eric Blake --- diff --git a/HACKING b/HACKING index 586b960c42..ac3e9d7f97 100644 --- a/HACKING +++ b/HACKING @@ -109,7 +109,7 @@ issues, such as leaks or use of uninitialized variables. Some tests are skipped by default in a development environment, based on the time they take in comparison to the likelihood that those tests will turn up -problems during incremental builds. These tests default to being run when when +problems during incremental builds. These tests default to being run when building from a tarball or with the configure option --enable-expensive-tests; you can also force a one-time toggle of these tests by setting VIR_TEST_EXPENSIVE to 0 or 1 at make time, as in: diff --git a/docs/hacking.html.in b/docs/hacking.html.in index b2ef85a755..9c6dd26820 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -122,7 +122,7 @@ Some tests are skipped by default in a development environment, based on the time they take in comparison to the likelihood that those tests will turn up problems during incremental builds. - These tests default to being run when when building from a + These tests default to being run when building from a tarball or with the configure option --enable-expensive-tests; you can also force a one-time toggle of these tests by setting VIR_TEST_EXPENSIVE to 0 or 1 at make time, as in: