sbsv2/raptor/test/common/raptor_tests.py
changeset 674 37ee82a83d43
parent 641 8dd670a9f34f
--- a/sbsv2/raptor/test/common/raptor_tests.py	Tue Nov 02 16:54:53 2010 +0800
+++ b/sbsv2/raptor/test/common/raptor_tests.py	Fri Nov 12 14:49:36 2010 +0000
@@ -27,7 +27,10 @@
 sys.path.append(os.environ["SBS_HOME"]+"/python")
 from raptor_meta import BldInfFile
 
-logDir = "$(EPOCROOT)/epoc32/build/smoketestlogs"
+if 'SMOKETESTLOGS' in os.environ:
+	logDir = os.environ['SMOKETESTLOGS']
+else:
+	logDir = "$(EPOCROOT)/epoc32/build/smoketestlogs"
 
 debug_mode_active = False