]> git.lyx.org Git - features.git/commit
Document need to use same subset if --rerun-failed
authorScott Kostyshak <skostysh@lyx.org>
Sun, 31 Jan 2016 20:06:23 +0000 (15:06 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 31 Jan 2016 20:22:10 +0000 (15:22 -0500)
commitd5694318efd1f70a258a4c83b0f7c6096d7173cd
tree7bab9611bdf279c9a64d25aca6be875a09e7f93b
parentb0370857b4805160f38209e749701cfa0ddaa12c
Document need to use same subset if --rerun-failed

When running the tests with ctest, --rerun-failed can be used to run
the tests that failed on the previous run. However, the same subset
must be specified because it is the test numbers that are used to
index which tests failed on the previous run. For example, it would
be incorrect to do the following:

  ctest -R export
  ctest --rerun-failed

The following is correct:

  ctest -R export
  ctest -R export --rerun-failed
lib/doc/Development.lyx