From b11234bba33ecc30843f8ac3f6623dfea530ea7d Mon Sep 17 00:00:00 2001 From: Mitch Watrous Date: Wed, 19 Jun 2013 13:55:49 -0700 Subject: [PATCH] Make examples again work for nonrelease builds --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 51c5fae90..27ad5ef2d 100755 --- a/test.py +++ b/test.py @@ -1004,6 +1004,7 @@ def run_tests(): # # Set the proper suffix. # + global BUILD_PROFILE_SUFFIX if BUILD_PROFILE == 'release': BUILD_PROFILE_SUFFIX = "" else: