mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
Minor stylistic changes.
[SVN r78884]
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
# Test that Boost Build configuration file handling.
|
||||
# Test Boost Build configuration file handling.
|
||||
|
||||
import BoostBuild
|
||||
|
||||
import os
|
||||
import os.path
|
||||
|
||||
@@ -34,11 +35,12 @@ def test_user_configuration():
|
||||
sys.exit(-99)
|
||||
raise
|
||||
|
||||
def test_user_configuration_impl():
|
||||
"""Test Boost Build user configuration handling. Both relative and absolute
|
||||
path handling is tested.
|
||||
def test_user_configuration():
|
||||
"""
|
||||
Test Boost Build user configuration handling. Both relative and absolute
|
||||
path handling is tested.
|
||||
|
||||
"""
|
||||
t = BoostBuild.Tester("--debug-configuration", pass_toolset=False,
|
||||
use_test_config=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user