summaryrefslogtreecommitdiff
path: root/scripts/LocalDriver.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/LocalDriver.py')
-rw-r--r--scripts/LocalDriver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/LocalDriver.py b/scripts/LocalDriver.py
index c723444683e..ac1efd97a78 100644
--- a/scripts/LocalDriver.py
+++ b/scripts/LocalDriver.py
@@ -407,7 +407,7 @@ class LocalDriver(Driver):
print("{0} suceeded".format(len(results)))
if not self.loop:
- break
+ return 1 if len(failures) > 0 else 0
def destroy(self):
self.runner.destroy()