Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
should
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
should
Commits
e92f2a82
Commit
e92f2a82
authored
May 30, 2020
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demo/retry.should: --retry, --retry-warned
parent
0dfd6924
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
demo/retry.should
demo/retry.should
+15
-5
No files found.
demo/retry.should
View file @
e92f2a82
# should.py --retry relaunches the previous failed or warned tests,
# with the same options that at the first call.
# should.py --retry relaunches the previous failed tests.
# should.py --retry-warned relaunches the previous failed or warned tests.
# These relaunches are with the same options that at the first call.
./should -v demo/hello.should demo/cal.should
./should --retry
!EXIT_CODE: 1
./should -v demo/hello.should demo/cal.should demo/tests/fail.should
./should --retry-warned
$ 'cal.should' was labeled as 'TODO' at both calls
rl: files with.*TODO.*demo/cal.should.*Retrying
rl: Retrying .*files with.*TODO.*demo/cal.should
$ At the second call
, 'cal.should' is
tested, but not 'hello.should'
$ At the second call
(--retry-warned), 'fail.should' and 'cal.should' are
tested, but not 'hello.should'
r0l: Retrying .* demo/hello.should
r1l: Retrying .* demo/cal.should
r1l: Retrying .* demo/tests/fail.should
$ The option '-v' was used at both calls
rl: 7 months have 31 days.*Retrying
rl: Retrying.*7 months have 31 days
./should --retry
$ Now only 'fail.should' is tested
r0l: Retrying .* demo/hello.should
r0l: Retrying .* demo/cal.should
r1l: Retrying .* demo/tests/fail.should
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