[Pkg-mozext-commits] [compactheader] 292/441: Fixed bug in comparision of versions of Thunderbird to decide which mozmill version to use.

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:29:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository compactheader.

commit 473ac57e74fd765b605a5dbd4e2cb7c4ea14cc7d
Author: joachim <none at none>
Date:   Thu Sep 29 00:05:17 2011 +0200

    Fixed bug in comparision of versions of Thunderbird to decide which mozmill version to use.
    
    --HG--
    branch : download_builds
---
 test/executeTests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/executeTests.pl b/test/executeTests.pl
index 006369e..c66190f 100644
--- a/test/executeTests.pl
+++ b/test/executeTests.pl
@@ -153,7 +153,7 @@ while (my $line = <F>)
     my $log;
     my $python;
 
-    if ($version ge "9.0") {
+    if (int($version) >= 9) {
       `python resources/installmozmill.py ../mozmill-virtualenv`;
       $python = "$virtualpython";
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git



More information about the Pkg-mozext-commits mailing list