diff --git a/tools/unit-test-app/unit_test.py b/tools/unit-test-app/unit_test.py index 8f4c91c42e..c4820fffdf 100755 --- a/tools/unit-test-app/unit_test.py +++ b/tools/unit-test-app/unit_test.py @@ -763,7 +763,7 @@ if __name__ == '__main__': for test_item in test_args: if len(test_item) == 0: continue - pair = test_item.split(r':') + pair = test_item.split(r':', 1) if len(pair) == 1 or pair[0] is 'name': test_dict['name'] = pair[0] elif len(pair) == 2: