From e3b8facb832ee9aa16b4d23553b9afc93e47302c Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 23 Nov 2012 23:45:59 +0100 Subject: Silverlight test suite fixes * Use a separate output directories for Silverlight test suite, so we can build the .NET servers at the same time. --- scripts/TestUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/TestUtil.py') diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 0929e570c09..d3a1039c58e 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -895,7 +895,7 @@ def getCommandLine(exe, config, options = ""): elif config.lang == "rb" and config.type == "client": output.write("ruby '" + exe + "' ") elif config.silverlight and config.lang == "cs" and config.type == "client": - xap = "%s.xap" % os.path.basename(os.getcwd()) + xap = "obj/sl/%s.xap" % os.path.basename(os.getcwd()) if os.environ.get("PROCESSOR_ARCHITECTURE") == "AMD64" or os.environ.get("PROCESSOR_ARCHITEW6432") == "": output.write('"%s (x86)\Microsoft Silverlight\sllauncher.exe" /emulate:%s ' % ( os.environ["PROGRAMFILES"], xap)) else: -- cgit v1.2.3