sbsv2/raptor/test/smoke_suite/output_control.py
branchwip
changeset 450 63f3bc391c14
parent 3 e1eecf4d390d
--- a/sbsv2/raptor/test/smoke_suite/output_control.py	Thu Apr 01 11:57:33 2010 +0100
+++ b/sbsv2/raptor/test/smoke_suite/output_control.py	Thu Apr 01 15:50:33 2010 +0100
@@ -32,7 +32,7 @@
 	
 	t = SmokeTest()
 	t.id = "82"
-	t.name = "output_control_sbs_build_dir"
+	t.name = "output_control"
 	t.description = "Test building intermediate files into a location other than $EPOCROOT/epoc32/build. Use SBS_BUILD_DIR. environment variable."
 	t.sbs_build_dir = environ['EPOCROOT'].replace("\\","/").rstrip("/") + '/anotherbuilddir'
 	t.environ['SBS_BUILD_DIR'] = t.sbs_build_dir