---
cli/atest.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/cli/atest.py b/cli/atest.py
index 1b31ec2..2c71e71 100644
--- a/cli/atest.py
+++ b/cli/atest.py
@@ -18,7 +18,7 @@ There are three return values possible:
1: the operation requested failed
2: the operation requested worked partially
-EXAMPLE:
+EXAMPLE:
(1) host list goodsys badsys
goodsys exists and its info is displayed
@@ -119,6 +119,7 @@ def main():
action_obj = action_class()
action_obj.parse()
+ results = 0
try:
try:
results = action_obj.execute()
--
1.7.7.6
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest