From 43a374fb8d1aa6f4044868eeeeea84cfde1195d6 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Thu, 18 Apr 2013 18:55:43 +0100 Subject: [PATCH] When using an app, allow the app to update This is necessary if a package implementation has changed version, for example. --- test_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_spec.py b/test_spec.py index 3b99d68..e807909 100644 --- a/test_spec.py +++ b/test_spec.py @@ -68,7 +68,7 @@ def parse_arguments(config, options, args): if not args: # If the user didn't specify any versions, make sure we use the app's # current selections. - sels = app.get_selections() + sels = app.get_selections(may_update = True) for iface, impl in sels.selections.items(): spec.test_matrix[iface] = [impl.version] if iface != r.interface_uri: -- 2.11.4.GIT