sbsv2/raptor/test/smoke_suite/annofile2log.py
branchwip
changeset 450 63f3bc391c14
parent 363 4549b6c6c3d8
child 457 9bebdb95e0de
equal deleted inserted replaced
449:a81dda3943ac 450:63f3bc391c14
    17 from raptor_tests import SmokeTest
    17 from raptor_tests import SmokeTest
    18 
    18 
    19 def run():
    19 def run():
    20 	t = SmokeTest()
    20 	t = SmokeTest()
    21 	t.id = "43563"
    21 	t.id = "43563"
    22 	t.name = "annofile2log_canned"
    22 	t.name = "annofile2log"
    23 	t.description = "test workaround for log corruption from a make engine whose name begins with 'e'"
    23 	t.description = "test workaround for log corruption from a make engine whose name begins with 'e'"
    24 	
    24 	
    25 	t.usebash = True
    25 	t.usebash = True
    26 	t.errors = 0
    26 	t.errors = 0
    27 	t.returncode = 1
    27 	t.returncode = 1