From 3a09516ecbc497d793cf67a255f5f63a4e125e7d Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Mon, 2 Feb 2015 12:21:57 -0800 Subject: [PATCH] Make note about `MACHINE_BINARY` environment variable. A user in IRC was confused about this. Signed-off-by: Nathan LeClaire --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1a89258ac7..0e705e15d1 100644 --- a/README.md +++ b/README.md @@ -323,4 +323,7 @@ override this by setting the environment variable `MACHINE_TESTS`. For example, `MACHINE_TESTS="virtualbox" ./script/run-integration-tests` will only run the virtualbox driver integration tests. +You can set the path to the machine binary under test using the `MACHINE_BINARY` +environment variable. + To run, use the helper script `./script/run-integration-tests`.