Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
d14dbe9d
Commit
d14dbe9d
authored
1 year ago
by
Allan Blanchard
Committed by
Thibault Martin
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Specify output format in script usage
parent
f0fc5a3d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/test.sh
+2
-2
2 additions, 2 deletions
bin/test.sh
with
2 additions
and
2 deletions
bin/test.sh
+
2
−
2
View file @
d14dbe9d
...
@@ -82,8 +82,8 @@ function Usage
...
@@ -82,8 +82,8 @@ function Usage
echo
" -v|--verbose print executed commands"
echo
" -v|--verbose print executed commands"
echo
" -j|--jobs <jobs> run no more than <jobs> commands simultaneously."
echo
" -j|--jobs <jobs> run no more than <jobs> commands simultaneously."
echo
" --coverage compute test coverage in html format"
echo
" --coverage compute test coverage in html format"
echo
" --coverage-xml compute test coverage in
xml
format"
echo
" --coverage-xml compute test coverage in
Cobertura XML
format"
echo
" --coverage-json compute test coverage in
json
format"
echo
" --coverage-json compute test coverage in
Coveralls JSON
format"
echo
" -h|--help print this help"
echo
" -h|--help print this help"
echo
""
echo
""
echo
"VARIABLES"
echo
"VARIABLES"
...
...
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