From 82ac0bc445b0aecab1dfe5da0cf875bb5110f714 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 16 Jan 2012 17:01:24 -0800 Subject: [PATCH] postfix bug 1317: support -v option in test.py when python not enabled --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 840f40fd1..55de61458 100755 --- a/test.py +++ b/test.py @@ -70,6 +70,7 @@ EXAMPLE_DIRECTORIES = [] APPNAME = "" BUILD_PROFILE = "" VERSION = "" +PYTHON = "" # # This will be given a prefix and a suffix when the waf config file is