2
0
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:
Vladimir Prus
2003-03-27 15:46:14 +00:00
parent 221241bec1
commit decfb3d99e
2 changed files with 10 additions and 0 deletions

View File

@@ -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")

View File

@@ -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")