Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed type from usage info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Jul 29, 2011
1 parent 3911169 commit d7f4e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test-automation/build-scripts/install-tests.sh
Expand Up @@ -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."
2 changes: 1 addition & 1 deletion test/test-automation/runner.c
Expand Up @@ -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");
Expand Down

0 comments on commit d7f4e6b

Please sign in to comment.