From 0f4b45f225408f2d0ee1eb02b99a9b92194b2af1 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 19 Feb 2014 16:44:54 -0500 Subject: [PATCH] Add a note about test prereqs --- tests_new/integration/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests_new/integration/README.md b/tests_new/integration/README.md index 68a2a925dce..03a41e5cf89 100644 --- a/tests_new/integration/README.md +++ b/tests_new/integration/README.md @@ -15,6 +15,13 @@ Configuration Making your own version of integration_config.yml can allow for setting some tunable parameters to help run the tests better in your environment. +Prerequisites +============= + +The tests will assume things like hg, svn, and git are installed and in path. + +(Complete list pending) + Non-destructive Tests =====================