| Index: scripts/slave/unittests/expect_tests/serialize.py
|
| diff --git a/scripts/slave/unittests/expect_tests/serialize.py b/scripts/slave/unittests/expect_tests/serialize.py
|
| index 2d498d9d1c647151a2b85c10a8e90bf675703083..940921aed7231930edc0a090d06d492b3ef63827 100644
|
| --- a/scripts/slave/unittests/expect_tests/serialize.py
|
| +++ b/scripts/slave/unittests/expect_tests/serialize.py
|
| @@ -79,7 +79,7 @@ def GetCurrentData(test):
|
| for ext in sorted(SUPPORTED_SERIALIZERS, key=lambda s: s != test.ext):
|
| path = test.expect_path(ext)
|
| if path is None:
|
| - return None, True
|
| + return NonExistant, True
|
|
|
| if ext not in SERIALIZERS and ext == test.ext:
|
| raise Exception('The package to support %s is not installed.' % ext)
|
|
|