diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-14 17:00:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-14 17:01:31 +0200 |
commit | f57a697fac4e2c885bfaf5add1dfe05ede552cd5 (patch) | |
tree | 6b57316b67ebfffa52d96a6243098dcd490c7ebb /configure.ac | |
parent | 73b44845c6794aaea198aebaeb2098f96b7ffb9a (diff) |
Add clarification of --enable-chart-tests
...provided by moggi via private mail.
Change-Id: If163e1ce40053c3fe9a5f76ea0356bf5c073e55b
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2572e96f88d8..1a56cb819f90 100644 --- a/configure.ac +++ b/configure.ac @@ -1239,7 +1239,10 @@ AC_ARG_ENABLE(cve-tests, AC_ARG_ENABLE(chart-tests, AS_HELP_STRING([--enable-chart-tests], - [Executes chart XShape tests]), + [Executes chart XShape tests. In a perfect world these tests would be + stable and everyone could run them, in reality it is best to run them + only on a few machines that are known to work and maintained by people + who can judge if a test failure is a regression or not.]), ,) AC_ARG_ENABLE(build-unowinreg, |