From b2db677c9905a34ca6454aa526f7a0cc5cfaeca1 Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Wed, 1 Jul 2009 04:58:05 +0000 Subject: Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). --- run_tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index d4a27252..e558c155 100755 --- a/run_tests.py +++ b/run_tests.py @@ -98,10 +98,10 @@ KNOWN BUILD DIRECTORIES defines them as follows (the default build directory is the first one listed in each group): On Windows: - /scons/build/win-dbg/scons/ - /scons/build/win-opt/scons/ /scons/build/win-dbg8/scons/ /scons/build/win-opt8/scons/ + /scons/build/win-dbg/scons/ + /scons/build/win-opt/scons/ On Mac: /scons/build/mac-dbg/scons/ /scons/build/mac-opt/scons/ @@ -137,7 +137,7 @@ IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] # Definition of CONFIGS must match that of the build directory names in the # SConstruct script. The first list item is the default build configuration. if IS_WINDOWS: - CONFIGS = ('win-dbg', 'win-dbg8', 'win-opt', 'win-opt8') + CONFIGS = ('win-dbg8', 'win-opt8', 'win-dbg', 'win-opt') elif IS_MAC: CONFIGS = ('mac-dbg', 'mac-opt') else: -- cgit v1.2.3