Another small tweek to fix case issue for cli_makevar_override test fix
authorDean Draper <dean.draper@nokia.com>
Tue, 30 Mar 2010 11:52:44 +0100
branchfix
changeset 420 220fb389a872
parent 419 398b104e713e
child 421 7db5250b5d4c
Another small tweek to fix case issue for cli_makevar_override test
sbsv2/raptor/test/smoke_suite/cli_makevar_override.py
--- a/sbsv2/raptor/test/smoke_suite/cli_makevar_override.py	Tue Mar 30 11:11:25 2010 +0100
+++ b/sbsv2/raptor/test/smoke_suite/cli_makevar_override.py	Tue Mar 30 11:52:44 2010 +0100
@@ -25,7 +25,7 @@
 	t.description = "Attempt to override a makefile var at the command line."
 	t.usebash = True
 	
-	bldinf = "smoke_suite/test_resources/basics/helloworld/bld.inf"
+	bldinf = "smoke_suite/test_resources/basics/helloworld/Bld.inf"
 	cmd1 = "sbs -b %s REALLYCLEAN -m ${SBSMAKEFILE} -f ${SBSLOGFILE} HOSTPLATFORM_DIR=unlikelydir" % bldinf
 	cmd2 = "grep -i 'unlikelydir' ${SBSMAKEFILE}"
 	t.command = cmd1 + " && " + cmd2