# HG changeset patch # User Dean Draper # Date 1269946364 -3600 # Node ID 220fb389a872c53d61e01243456b3a9df1a40db2 # Parent 398b104e713e66dcaee4bf5c544c6294d47a5eca Another small tweek to fix case issue for cli_makevar_override test diff -r 398b104e713e -r 220fb389a872 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