summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-23 21:54:22 +0100
committerJose <jose@zeroc.com>2016-12-23 21:54:22 +0100
commit1d90bbc6e3b8ee86704af3792bb0662ca28d20c2 (patch)
tree46023a4b0730a17f762c4f163a471418a67dd47b /scripts/Util.py
parentUWP test bin dist builds (diff)
downloadice-1d90bbc6e3b8ee86704af3792bb0662ca28d20c2.tar.bz2
ice-1d90bbc6e3b8ee86704af3792bb0662ca28d20c2.tar.xz
ice-1d90bbc6e3b8ee86704af3792bb0662ca28d20c2.zip
Fix to run UWP tests with release packages
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 4503cfbf739..873d6de1a5e 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -1998,9 +1998,9 @@ class UWPProcessController(RemoteProcessController):
self.packageFullName = "{0}_1.0.0.0_{1}__3qjctahehqazm".format(
self.name, "x86" if platform == "Win32" else platform)
+ prefix = "controller_1.0.0.0_{0}{1}".format(platform, "_{0}".format(config if config == "Debug" else ""))
package = os.path.join(toplevel, "cpp", "msbuild", "AppPackages", "controller",
- "controller_1.0.0.0_{0}_{1}_Test".format(platform, config),
- "controller_1.0.0.0_{0}_{1}.appx".format(platform, config))
+ "{0}_Test".format(prefix), "{0}.appx".format(prefix))
#
# If the application is already installed remove it, this will also take care