From c90822280429d7ea2d3a4137497e55f1def64598 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 26 Nov 2009 14:53:53 +0100 Subject: [PATCH] document the new --tempdir option --- utils/test-runner.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/test-runner.cc b/utils/test-runner.cc index 3c0d4da28..e8bf122d4 100644 --- a/utils/test-runner.cc +++ b/utils/test-runner.cc @@ -117,6 +117,7 @@ main (int argc, char *argv[]) if (doHelp) { std::cout << " --basedir=dir: Set the base directory (where to find src) to \"dir\"" << std::endl; + std::cout << " --tempdir=dir: Set the temporary directory (where to find data files) to \"dir\"" << std::endl; std::cout << " --constrain=test-type: Constrain checks to test suites of type \"test-type\"" << std::endl; std::cout << " --help: Print this message" << std::endl; std::cout << " --kinds: List all of the available kinds of tests" << std::endl;