From be0b32e441be674c5e58d06339111c175a9620b8 Mon Sep 17 00:00:00 2001 From: Markus Kauppila Date: Fri, 29 Jul 2011 19:52:16 +0300 Subject: [PATCH] Fixed type from usage info. --- test/test-automation/build-scripts/install-tests.sh | 2 +- test/test-automation/runner.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-automation/build-scripts/install-tests.sh b/test/test-automation/build-scripts/install-tests.sh index fb78a8e49..a9517a271 100755 --- a/test/test-automation/build-scripts/install-tests.sh +++ b/test/test-automation/build-scripts/install-tests.sh @@ -21,6 +21,6 @@ do cp -f "$suite/.libs/lib$suite.$EXT" $DIRECTORY done -#sudo cp .libs/libtest.0.dylib /usr/local/lib/libtest.0.dylib +sudo cp .libs/libtest.0.dylib /usr/local/lib/libtest.0.dylib echo "Test suites installed." diff --git a/test/test-automation/runner.c b/test/test-automation/runner.c index a5ae6a9b0..b60f93e82 100644 --- a/test/test-automation/runner.c +++ b/test/test-automation/runner.c @@ -1006,7 +1006,7 @@ PrintUsage() { printf(" --logfile BASENAME Define basename for logfiles. Defaults to 'runner'\n"); printf(" --logdir DIR Define directory for logs. Defaults to 'logs'\n"); printf(" --log-stdout Log to stdout instead of file (overrides --logfile\n"); - printf(" and --logdir options\n"); + printf(" and --logdir options)\n"); printf(" --xml Enables XML logger\n"); printf(" --xsl [STYLESHEET] Adds XSL stylesheet to the XML test reports for\n"); printf(" browser viewing. Optionally uses the specified XSL\n");