From 188f173f7b402f0bcb9df4864571c441b24491f1 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 19 Jul 2018 23:52:42 +0200 Subject: Fixed bug in test driver --- scripts/LocalDriver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/LocalDriver.py') 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 -- cgit v1.2.3