diff --git a/src/python/devtest/os/TestPhases.py b/src/python/devtest/os/TestPhases.py index 9754dae..3487882 100644 --- a/src/python/devtest/os/TestPhases.py +++ b/src/python/devtest/os/TestPhases.py @@ -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: