# HG changeset patch # User jchatten # Date 1260199178 0 # Node ID 8271ebf1309fd5b4ea0b3b005c133af9a70354af # Parent afaf81347e0acb002b41195fd6c859c4d86209c6 Corrected test script. diff -r afaf81347e0a -r 8271ebf1309f sbsv2/raptor/test/smoke_suite/exe_winscw.py --- a/sbsv2/raptor/test/smoke_suite/exe_winscw.py Mon Dec 07 14:39:13 2009 +0000 +++ b/sbsv2/raptor/test/smoke_suite/exe_winscw.py Mon Dec 07 15:19:38 2009 +0000 @@ -21,7 +21,7 @@ t.id = "33" t.name = "exe_winscw" t.usebash = True - t.command = "sbs -b smoke_suite/test_resources/simple/bld.inf -c winscw; grep -E \"mwldsym2\" ${SBSLOGFILE}" + t.command = "sbs -b smoke_suite/test_resources/simple/bld.inf -c winscw -m ${SBSMAKEFILE} -f ${SBSLOGFILE}; grep -E \"mwldsym2\" ${SBSLOGFILE}" t.targets = [ "$(EPOCROOT)/epoc32/release/winscw/udeb/test.exe", "$(EPOCROOT)/epoc32/release/winscw/urel/test.exe",