mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Workaround a big BUG. The test must pass now, however.
[SVN r18103]
This commit is contained in:
@@ -66,6 +66,11 @@ t.run_build_system()
|
||||
t.expect_addition("dist/a.exe")
|
||||
|
||||
t.rm("dist")
|
||||
# Workaround a BIG BUG: the response file is not deleted,
|
||||
# even if application *is* deleted. We'll try to use the
|
||||
# same response file when building from subdir, with very
|
||||
# bad results.
|
||||
t.rm("d/bin")
|
||||
t.run_build_system(subdir="d")
|
||||
t.expect_addition("dist/a.exe")
|
||||
|
||||
|
||||
@@ -66,6 +66,11 @@ t.run_build_system()
|
||||
t.expect_addition("dist/a.exe")
|
||||
|
||||
t.rm("dist")
|
||||
# Workaround a BIG BUG: the response file is not deleted,
|
||||
# even if application *is* deleted. We'll try to use the
|
||||
# same response file when building from subdir, with very
|
||||
# bad results.
|
||||
t.rm("d/bin")
|
||||
t.run_build_system(subdir="d")
|
||||
t.expect_addition("dist/a.exe")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user