author | timothy.murphy@nokia.com |
Mon, 01 Mar 2010 16:23:33 +0000 | |
branch | fix |
changeset 289 | 91bbfbf8c43e |
parent 288 | 80540207516e |
child 290 | 5190d528364b |
--- a/sbsv2/raptor/test/smoke_suite/export.py Mon Mar 01 17:57:13 2010 +0200 +++ b/sbsv2/raptor/test/smoke_suite/export.py Mon Mar 01 16:23:33 2010 +0000 @@ -75,7 +75,7 @@ t.command = "ls -l ${EPOCROOT}/epoc32/include/executable_file" t.mustmatch = [ "^.rwxrwxr.x .*executable_file.*$" ] t.targets = [] - t.run() + t.run("linux") t.usebash = False if t.result == SmokeTest.FAIL: