2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

* test/project_test1.py: Remove trailing whitespace, so that the test

work again, after 'print' fixes.


[SVN r13712]
This commit is contained in:
Vladimir Prus
2002-05-07 07:17:20 +00:00
parent eb201bd6bd
commit 90f969f273
2 changed files with 26 additions and 26 deletions

View File

@@ -11,50 +11,50 @@ os.chdir(t.original_workdir)
expected_output1="""Project Roots:
"""
expected_output2="""'%(root-dir-prefix)sdir2':
Module for project-root is 'project-root<%(root-dir-prefix)sdir2>'
Projects:
'/cool-library':
* Project root: %(root-dir-prefix)sdir2
* Parent project: (none)
* Requirements: <include>/home/ghost/build/boost-cvs
* Default build: debug
* Source location: %(root-dir-prefix)sdir2
* Subprojects:
"""
expected_output3="""'%(root-dir)s':
Module for project-root is 'project-root<%(root-dir)s>'
Projects:
'/boost-build-test-project-1':
* Project root: %(root-dir)s
* Parent project: (none)
* Requirements: <threading>multi <include>/home/ghost/local/include
* Default build: debug
* Source location: %(root-dir)s
* Subprojects: dir dir2
'/boost-build-test-project-1/dir':
* Project root: %(root-dir)s
* Parent project: %(root-dir)s
* Requirements: <threading>multi <include>/home/ghost/local/include
* Default build: release
* Source location: %(root-dir-prefix)sdir/src
* Subprojects:
"""
# Test that correct project structure is created when jam is invoked

View File

@@ -11,50 +11,50 @@ os.chdir(t.original_workdir)
expected_output1="""Project Roots:
"""
expected_output2="""'%(root-dir-prefix)sdir2':
Module for project-root is 'project-root<%(root-dir-prefix)sdir2>'
Projects:
'/cool-library':
* Project root: %(root-dir-prefix)sdir2
* Parent project: (none)
* Requirements: <include>/home/ghost/build/boost-cvs
* Default build: debug
* Source location: %(root-dir-prefix)sdir2
* Subprojects:
"""
expected_output3="""'%(root-dir)s':
Module for project-root is 'project-root<%(root-dir)s>'
Projects:
'/boost-build-test-project-1':
* Project root: %(root-dir)s
* Parent project: (none)
* Requirements: <threading>multi <include>/home/ghost/local/include
* Default build: debug
* Source location: %(root-dir)s
* Subprojects: dir dir2
'/boost-build-test-project-1/dir':
* Project root: %(root-dir)s
* Parent project: %(root-dir)s
* Requirements: <threading>multi <include>/home/ghost/local/include
* Default build: release
* Source location: %(root-dir-prefix)sdir/src
* Subprojects:
"""
# Test that correct project structure is created when jam is invoked