mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 10:23:32 +01:00
TestPhases: Add phases spec alias "All"
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b5d849ce44
commit
174286e3cc
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ class TestPhases: # export
|
|||
|
||||
@staticmethod
|
||||
def parse(spec):
|
||||
if spec in ['all', 'All']:
|
||||
spec = 'Pre-Post'
|
||||
r = set()
|
||||
terms = spec.split('|')
|
||||
for t in terms:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue