Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function show_usage(): void

-w <file> Write a list of all failed tests to <file>.

-a <file> Same as -w but append rather then truncating <file>.
-a <file> Same as -w but append rather than truncating <file>.

-W <file> Write a list of all tests and their result status to <file>.

Expand Down Expand Up @@ -90,7 +90,7 @@ function show_usage(): void
--temp-source <sdir> --temp-target <tdir> [--temp-urlbase <url>]
Write temporary files to <tdir> by replacing <sdir> from the
filenames to generate with <tdir>. In general you want to make
<sdir> the path to your source files and <tdir> some patch in
<sdir> the path to your source files and <tdir> some path in
your web page hierarchy with <url> pointing to <tdir>.

--keep-[all|php|skip|clean]
Expand Down