sbsv2/raptor/test/smoke_suite/featurevariants.py
branchwip
changeset 20 d1f6767eec1a
parent 5 593a8820b912
child 347 018461a64038
--- a/sbsv2/raptor/test/smoke_suite/featurevariants.py	Fri Nov 27 15:16:54 2009 +0000
+++ b/sbsv2/raptor/test/smoke_suite/featurevariants.py	Sat Nov 28 00:09:57 2009 +0000
@@ -231,7 +231,7 @@
 	vmap = " -o " + vmapfile
 	
 	if 'SBS_BVCPP' in os.environ:
-		bvcpp = " -c " + os.environ['SBS_BVCPP']
+		bvcpp = " -c " + os.environ['SBS_BVCPP'].replace('\\','/')
 	else:
 		bvcpp = " -c $(SBS_HOME)/$(HOSTPLATFORM_DIR)/bv/bin/cpp"
 		if t.onWindows: