blob: 1725b30fd987e6d9939dd7895012c07598f7a6a3 [file] [log] [blame]
mbligh9c5ac322007-10-31 18:01:59 +00001import test
2from autotest_utils import *
3
4class aborttest(test.test):
5 version = 1
6
7 def execute(self):
8 raise JobError('Arrrrrrrrggggh. You are DOOOMED')