Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
c946b19f
Commit
c946b19f
authored
14 years ago
by
ttuegel
Browse files
Options
Downloads
Patches
Plain Diff
Removed documentation for obsolete options to 'setup test' from the User Guide.
parent
a5589129
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/Cabal.markdown
+0
-10
0 additions, 10 deletions
doc/Cabal.markdown
with
0 additions
and
10 deletions
doc/Cabal.markdown
+
0
−
10
View file @
c946b19f
...
...
@@ -2258,10 +2258,6 @@ suites, otherwise, Cabal will run all test suites in the package.
: The directory where Cabal puts generated build files (default:
`dist`
).
Test logs will be located in the
`test`
subdirectory.
`--append-human-logs`
: Append test output to human-readable logs. By default, existing human-
readable test logs are overwritten at each invocation of
`setup test`
.
`--human-log=`
_path_
: The template used to name human-readable test logs; the path is relative
to
`dist/test`
. By default, logs are named according to the template
...
...
@@ -2279,12 +2275,6 @@ suites, otherwise, Cabal will run all test suites in the package.
terminal. May be
`always`
(always show),
`never`
(never show), or
`failures`
(show only the test cases of failing test suites).
`--replay=`
_path_
: Replay the test suites in the specified machine-readable log file, using
the saved options. If the log file was created by running only a subset
of the package's tests, then only that subset will be run. In particular,
specifying test suites not in the machine-readable log is an error.
`--test-options=`
_options_
: Give extra options to the test executables.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment