Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
be0b32e4
Commit
be0b32e4
authored
Jul 29, 2011
by
Markus Kauppila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed type from usage info.
parent
9de66a17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
install-tests.sh
test/test-automation/build-scripts/install-tests.sh
+1
-1
runner.c
test/test-automation/runner.c
+1
-1
No files found.
test/test-automation/build-scripts/install-tests.sh
View file @
be0b32e4
...
...
@@ -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."
test/test-automation/runner.c
View file @
be0b32e4
...
...
@@ -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
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment