This is going to make the next patch, which adds more complication,
easier to read.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 Osstest/Executive.pm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Osstest/Executive.pm b/Osstest/Executive.pm
index a57ea55..116012b 100644
--- a/Osstest/Executive.pm
+++ b/Osstest/Executive.pm
@@ -1057,9 +1057,11 @@ END
     # s J J J # fix perl-mode
 
     my $duration_duration_qtxt= <<END;
-            SELECT sum(finished-started) AS duration FROM steps
-                         WHERE flight=? AND job=?
-                            AND step != 'ts-hosts-allocate'
+            SELECT sum(finished-started)
+                AS duration
+              FROM steps
+             WHERE flight=? AND job=?
+               AND step != 'ts-hosts-allocate'
 END
 
     my $duration_duration_q = $dbh_tests->prepare($duration_duration_qtxt);
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to