Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
baac2a6c
Commit
baac2a6c
authored
Oct 10, 2009
by
Jörg Höhle
Committed by
Alexandre Julliard
Oct 16, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtest: -i sets WINETEST_INTERACTIVE=1 and enables even more tests.
parent
62ac036b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
runtest
tools/runtest
+5
-0
No files found.
tools/runtest
View file @
baac2a6c
...
...
@@ -33,6 +33,7 @@ input_file: the source code for the test program
Options:
-q quiet mode
-v verbose mode (can be specified multiple times)
-i interactive mode (runs even more tests)
-s announce successful tests
-p prog name of the program to run for C tests
-P name set the current platform name
...
...
@@ -62,6 +63,10 @@ while [ "$#" -gt 0 ]; do
-v
)
WINETEST_DEBUG
=
`
expr
$WINETEST_DEBUG
+ 1
`
;;
-i
)
WINETEST_INTERACTIVE
=
1
export
WINETEST_INTERACTIVE
;;
-s
)
WINETEST_REPORT_SUCCESS
=
1
export
WINETEST_REPORT_SUCCESS
...
...
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