Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow some tests (except on CI) to be skipped when svn/hg are unavail…
…able (#182) * FIX: Regression if subversion or mercurial are missing Split-up test_validate() into two parts: * test_validate: Part requires only git * test_validate2: Part requires subversion (svn) and mercurial (hg) * test_validate2 is skipped if either svn or hg are not installed * support: FAKE-PROGRAM detection that exist (svn) but only states that the program is missing if it is run (usecase: macOS for svn that was a former part of Xcode). * Disable skip-test functionality when CI environment variable is set. NOTE: All tests should be executed when CI is used. * refactor / cleanup Co-authored-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
- Loading branch information