Fix make buildbottest to not re-trigger a profile-opt build. issue28035.

This commit is contained in:
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 2016-09-09 12:23:05 -07:00
commit e53592091a
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,7 @@ testuniversal: all platform
# Like testall, but with only one pass and without multiple processes. # Like testall, but with only one pass and without multiple processes.
# Run an optional script to include information about the build environment. # Run an optional script to include information about the build environment.
buildbottest: all platform buildbottest: build_all platform
-@if which pybuildbot.identify >/dev/null 2>&1; then \ -@if which pybuildbot.identify >/dev/null 2>&1; then \
pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \ pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
fi fi