sbsv2/raptor/test/smoke_suite/export.py
branchfix
changeset 289 91bbfbf8c43e
parent 278 c38bfd29ee57
child 421 7db5250b5d4c
--- 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: