Running autotest_client should give the same exit status as running
autotest directly (i.e. non-zero on ABORT, zero otherwise). Also,
running autoserv should produce a non-zero exit code if it runs a
client-side test that is aborted, although this does not actually
abort the server-side job itself.
Signed-off-by: John Admanski <jadmanski@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@944 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/server_job.py b/server/server_job.py
index f756a41..d7506e9 100755
--- a/server/server_job.py
+++ b/server/server_job.py
@@ -169,6 +169,7 @@
# use a copy so changes don't affect the original dictionary
namespace = namespace.copy()
+ self.aborted = False
namespace['machines'] = machines
namespace['args'] = self.args
namespace['job'] = self