mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 02:22:56 +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
|
@staticmethod
|
||||||
def parse(spec):
|
def parse(spec):
|
||||||
|
if spec in ['all', 'All']:
|
||||||
|
spec = 'Pre-Post'
|
||||||
r = set()
|
r = set()
|
||||||
terms = spec.split('|')
|
terms = spec.split('|')
|
||||||
for t in terms:
|
for t in terms:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue