mirror of
https://github.com/boostorg/release-tools.git
synced 2026-01-19 04:42:10 +00:00
Try tools/name/test if libs/name/test doesn't exist in ci_boost_test_library
This commit is contained in:
@@ -43,6 +43,10 @@ class script(script_common):
|
||||
|
||||
target = 'libs/' + m.group(1) + '/test'
|
||||
|
||||
if not os.path.exists( target ):
|
||||
|
||||
target = 'tools/' + m.group(1) + '/test'
|
||||
|
||||
if os.path.exists( target ):
|
||||
|
||||
# Build b2
|
||||
@@ -58,6 +62,7 @@ class script(script_common):
|
||||
os.environ['PATH'] = os.pathsep.join([self.root_dir,os.environ['PATH']])
|
||||
|
||||
# Headers
|
||||
|
||||
utils.check_call( 'b2', '-d0', 'headers' )
|
||||
|
||||
# Test updated library
|
||||
|
||||
Reference in New Issue
Block a user