sbsv2/raptor/test/smoke_suite/user_tools.py
branchwip
changeset 9 b211d87c390a
parent 5 593a8820b912
equal deleted inserted replaced
8:34d87ffcc373 9:b211d87c390a
    38 		t.environ = {}
    38 		t.environ = {}
    39 		t.environ['SBS_CYGWIN'] = "C:/cygwin"
    39 		t.environ['SBS_CYGWIN'] = "C:/cygwin"
    40 		
    40 		
    41 		t.command = "sbs -b smoke_suite/test_resources/simple/bld.inf -c armv5_urel" \
    41 		t.command = "sbs -b smoke_suite/test_resources/simple/bld.inf -c armv5_urel" \
    42 				+ " -n --toolcheck off -f " + t.logfile() + " -m " + t.makefile() \
    42 				+ " -n --toolcheck off -f " + t.logfile() + " -m " + t.makefile() \
    43 				+ " && $(__CYGWIN__)/bin/grep.exe -ir 'TALON_SHELL:=C:/cygwin/bin/sh.exe' " + t.makefile() + ".default"
    43 				+ " && $(__CYGWIN__)/bin/grep.exe -ir 'TALON_SHELL:=C:/cygwin/bin/sh.exe' " + t.makefile() + "_all.default"
    44 				
    44 				
    45 		t.mustmatch = [
    45 		t.mustmatch = [
    46 				"TALON_SHELL:=C:/cygwin/bin/sh.exe"
    46 				"TALON_SHELL:=C:/cygwin/bin/sh.exe"
    47 				]
    47 				]
    48 		t.returncode = 0
    48 		t.returncode = 0