From decfb3d99e97457e8ae086aa3a098bf10d240435 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 27 Mar 2003 15:46:14 +0000 Subject: [PATCH] Workaround a big BUG. The test must pass now, however. [SVN r18103] --- test/stage.py | 5 +++++ v2/test/stage.py | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/test/stage.py b/test/stage.py index 8eaf0ca7f..6f4306fc1 100644 --- a/test/stage.py +++ b/test/stage.py @@ -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") diff --git a/v2/test/stage.py b/v2/test/stage.py index 8eaf0ca7f..6f4306fc1 100644 --- a/v2/test/stage.py +++ b/v2/test/stage.py @@ -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")