diff options
Diffstat (limited to 'scripts/LocalDriver.py')
-rw-r--r-- | scripts/LocalDriver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/LocalDriver.py b/scripts/LocalDriver.py index a0b342d5b78..e0f6f2ae306 100644 --- a/scripts/LocalDriver.py +++ b/scripts/LocalDriver.py @@ -534,7 +534,7 @@ class LocalDriver(Driver): continue # Skip if the cross test server mapping is another mapping than the cross mapping - if cross != cross.getServerMapping(): + if cross and cross != cross.getServerMapping(): continue # Skip if the mapping doesn't provide the test case |