From 37f3c0926cbb52b3cfedf178bb87eb7fc46fb8f4 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Tue, 17 Dec 2013 17:11:57 +0400 Subject: [PATCH] Adding missing 3.4 handing in alloy.py (for alloy-build) --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 83296b46..0055842c 100755 --- a/alloy.py +++ b/alloy.py @@ -584,7 +584,7 @@ def Main(): if os.environ.get("SMTP_ISPC") == None: error("you have no SMTP_ISPC in your environment for option notify", 1) if options.only != "": - test_only_r = " 3.1 3.2 3.3 trunk current build stability performance x86 x86-64 -O0 -O2 native " + test_only_r = " 3.1 3.2 3.3 3.4 trunk current build stability performance x86 x86-64 -O0 -O2 native " test_only = options.only.split(" ") for iterator in test_only: if not (" " + iterator + " " in test_only_r):